diff options
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.common.mk b/Android.common.mk new file mode 100644 index 00000000..c6ab8f50 --- /dev/null +++ b/Android.common.mk @@ -0,0 +1,6 @@ +LOCAL_CFLAGS += \ + -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 + +# Quiet down the build system and remove any .h files from the sources +LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES)) +LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH) |