summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-03-27 16:13:50 +0000
committerEmil Velikov <[email protected]>2015-04-22 14:26:22 +0100
commit6fb801786604c270fae99c3d665dcebaa0bff3a6 (patch)
treec4dc647285c8da44069863ff3b7ee4820df4afb3 /src/util
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" <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Chih-Wei Huang <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Android.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/util/Android.mk b/src/util/Android.mk
index 2eb0ef7a706..c2c0cb39312 100644
--- a/src/util/Android.mk
+++ b/src/util/Android.mk
@@ -35,8 +35,7 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/mesa \
- $(MESA_TOP)/src/mapi \
- $(MESA_TOP)/src
+ $(MESA_TOP)/src/mapi
LOCAL_MODULE := libmesa_util
@@ -69,8 +68,7 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/mesa \
- $(MESA_TOP)/src/mapi \
- $(MESA_TOP)/src
+ $(MESA_TOP)/src/mapi
LOCAL_MODULE := libmesa_util