[PATCH libdrm] android: remove explicit include to libpciaccess

Emil Velikov emil.l.velikov at gmail.com
Fri Mar 20 14:11:28 PDT 2015


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.

Cc: Chih-Wei Huang <cwhuang at linux.org.tw>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 intel/Android.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/intel/Android.mk b/intel/Android.mk
index 0f498ec..6582dfd 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
 
-- 
2.3.1



More information about the dri-devel mailing list