OSDN Git Service

intel: make gen10 use generic gen macro
[android-x86/external-libdrm.git] / Android.common.mk
1 # XXX: Consider moving these to config.h analogous to autoconf.
2 LOCAL_CFLAGS += \
3         -DMAJOR_IN_SYSMACROS=1 \
4         -DHAVE_VISIBILITY=1 \
5         -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
6
7 LOCAL_CFLAGS += \
8         -Wno-error \
9         -Wno-unused-parameter \
10         -Wno-missing-field-initializers \
11         -Wno-pointer-arith \
12         -Wno-enum-conversion
13
14 # Quiet down the build system and remove any .h files from the sources
15 LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
16 LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)
17
18 LOCAL_PROPRIETARY_MODULE := true