OSDN Git Service

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