aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov2015-03-17 18:30:09 -0500
committerEmil Velikov2015-03-20 11:59:22 -0500
commitaf4379f759d4dc70331478277d788e59fd6a4145 (patch)
tree7b8bc97fe5705e51e32e47ca05bf169ba3f6b99c /freedreno/Android.mk
parent24ac8cd7db201da1cd181b13173a420ff762e533 (diff)
downloadexternal-libdrm-af4379f759d4dc70331478277d788e59fd6a4145.tar.gz
external-libdrm-af4379f759d4dc70331478277d788e59fd6a4145.tar.xz
external-libdrm-af4379f759d4dc70331478277d788e59fd6a4145.zip
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 'freedreno/Android.mk')
-rw-r--r--freedreno/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/freedreno/Android.mk b/freedreno/Android.mk
index 31b90ef4..d6c19fe2 100644
--- a/freedreno/Android.mk
+++ b/freedreno/Android.mk
@@ -13,9 +13,7 @@ LOCAL_SRC_FILES := $(LIBDRM_FREEDRENO_FILES)
13LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) 13LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
14 14
15LOCAL_C_INCLUDES := \ 15LOCAL_C_INCLUDES := \
16 $(LIBDRM_TOP) \ 16 $(LIBDRM_TOP)/freedreno
17 $(LIBDRM_TOP)/freedreno \
18 $(LIBDRM_TOP)/include/drm
19 17
20LOCAL_CFLAGS := \ 18LOCAL_CFLAGS := \
21 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 19 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1