diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-20 18:38:35 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-26 20:37:10 +0000 |
commit | bc6b5174d362a01f6d638a4db6aaf2fd355db69c (patch) | |
tree | 7e551c7f7abf698b7b6b87fceed31508028a96d2 /intel/Android.mk | |
parent | 8dff7a04780a0f028aa7c0218806a5ee59b1a40d (diff) |
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 <emil.l.velikov@gmail.com>
Reviewed-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Diffstat (limited to 'intel/Android.mk')
-rw-r--r-- | intel/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
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 |