mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 05:50:12 +01:00
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>
This commit is contained in:
parent
8dff7a0478
commit
bc6b5174d3
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue