summaryrefslogtreecommitdiff
path: root/Android.common.mk
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-27 16:13:50 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-22 14:26:22 +0100
commit6fb801786604c270fae99c3d665dcebaa0bff3a6 (patch)
treec4dc647285c8da44069863ff3b7ee4820df4afb3 /Android.common.mk
parentba3bc1eea2f41e06a6c4300d4bc2b3547dbcaaec (diff)
android: add $(mesa_top)/src include to the whole of mesa
Many parts of mesa already have the include with others depending on it but it's missing. Add it once at the top makefile and be done with it. Cc: "10.4 10.5" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Diffstat (limited to 'Android.common.mk')
-rw-r--r--Android.common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.common.mk b/Android.common.mk
index e34f206609b..f473a4bce32 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -31,6 +31,7 @@ endif
endif
LOCAL_C_INCLUDES += \
+ $(MESA_TOP)/src \
$(MESA_TOP)/include
MESA_VERSION := $(shell cat $(MESA_TOP)/VERSION)