summaryrefslogtreecommitdiff
path: root/intel
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-17 23:30:09 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-20 16:59:22 +0000
commitaf4379f759d4dc70331478277d788e59fd6a4145 (patch)
tree7b8bc97fe5705e51e32e47ca05bf169ba3f6b99c /intel
parent24ac8cd7db201da1cd181b13173a420ff762e533 (diff)
android: simplify LOCAL_C_INCLUDES
Each of the libdrm_${hw} modules pull libdrm for linking as such: libdrm's LOCAL_EXPORT_C_INCLUDE_DIRS are added to the includes list. The former of which is already set to ${top} and ${top}/include/drm. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'intel')
-rw-r--r--intel/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/intel/Android.mk b/intel/Android.mk
index 2a6bf605..8a30fb50 100644
--- a/intel/Android.mk
+++ b/intel/Android.mk
@@ -34,9 +34,7 @@ LOCAL_SRC_FILES := $(LIBDRM_INTEL_FILES)
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
LOCAL_C_INCLUDES := \
- $(LIBDRM_TOP) \
$(LIBDRM_TOP)/intel \
- $(LIBDRM_TOP)/include/drm \
external/libpciaccess/include
LOCAL_CFLAGS := \