aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Android.common.mk')
-rw-r--r--Android.common.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/Android.common.mk b/Android.common.mk
deleted file mode 100644
index 1fe79035..00000000
--- a/Android.common.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1# XXX: Consider moving these to config.h analogous to autoconf.
2LOCAL_CFLAGS += \
3 -DMAJOR_IN_SYSMACROS=1 \
4 -DHAVE_VISIBILITY=1 \
5 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
6
7LOCAL_CFLAGS += \
8 -Wall \
9 -Werror \
10 -Wno-format \
11 -Wno-gnu-variable-sized-type-not-at-end \
12 -Wno-pointer-arith \
13 -Wno-unused-parameter \
14 -Wno-unused-variable \
15 -Wno-missing-field-initializers
16
17# Quiet down the build system and remove any .h files from the sources
18LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
19LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)