From 03d2e91d00cb78d49fe170fb19a29107951a8c96 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 22 Jan 2017 16:59:42 +0000 Subject: android: introduce Android.common.mk to reduce boilerplate ... across the makefiles. Currently this isn't much but that will change shortly. As an added bonus this fixes all present and future cases where we've forgotten to strip out the headers from LOCAL_SRC_FILES. In a couple of cases (the tests) we start setting LOCAL_EXPORT_C_INCLUDE_DIRS, which shouldn't be an issue. Cc: Chih-Wei Huang Cc: Rob Herring Signed-off-by: Emil Velikov Reviewed-by: Rob Herring --- intel/Android.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'intel') diff --git a/intel/Android.mk b/intel/Android.mk index e7ec5a57..5407ff3e 100644 --- a/intel/Android.mk +++ b/intel/Android.mk @@ -29,14 +29,11 @@ include $(LOCAL_PATH)/Makefile.sources LOCAL_MODULE := libdrm_intel -LOCAL_SRC_FILES := $(patsubst %.h, , $(LIBDRM_INTEL_FILES)) -LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) - -LOCAL_CFLAGS := \ - -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 +LOCAL_SRC_FILES := $(LIBDRM_INTEL_FILES) LOCAL_SHARED_LIBRARIES := \ libdrm \ libpciaccess +include $(LIBDRM_COMMON_MK) include $(BUILD_SHARED_LIBRARY) -- cgit v1.2.3