android: introduce Android.common.mk to reduce boilerplate
[platform/upstream/libdrm.git] / Android.common.mk
1 LOCAL_CFLAGS += \
2         -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
3
4 # Quiet down the build system and remove any .h files from the sources
5 LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
6 LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)