OSDN Git Service

intel: annotate the intel genx helpers as public
[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         -fvisibility=hidden \
6         -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
7
8 LOCAL_CFLAGS += \
9         -Wno-error \
10         -Wno-unused-parameter \
11         -Wno-missing-field-initializers \
12         -Wno-pointer-arith \
13         -Wno-enum-conversion
14
15 # Quiet down the build system and remove any .h files from the sources
16 LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
17 LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)