From bc6b5174d362a01f6d638a4db6aaf2fd355db69c Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 20 Mar 2015 18:38:35 +0000 Subject: android: remove explicit include to libpciaccess Both android-x86 and android-ia versions of libpciacccess correctly "export" the include. If anyone else is wrapping up their own version they should do so as well. Remove this fixed location hack from the build. Signed-off-by: Emil Velikov Reviewed-by: Chih-Wei Huang --- intel/Android.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'intel') diff --git a/intel/Android.mk b/intel/Android.mk index 0f498ec2..6582dfde 100644 --- a/intel/Android.mk +++ b/intel/Android.mk @@ -33,9 +33,6 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(LIBDRM_INTEL_FILES) LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) -LOCAL_C_INCLUDES := \ - external/libpciaccess/include - LOCAL_CFLAGS := \ -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 -- cgit v1.2.3