From 6fb801786604c270fae99c3d665dcebaa0bff3a6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 27 Mar 2015 16:13:50 +0000 Subject: 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" Signed-off-by: Emil Velikov Reviewed-by: Chih-Wei Huang --- src/gallium/auxiliary/Android.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/auxiliary') diff --git a/src/gallium/auxiliary/Android.mk b/src/gallium/auxiliary/Android.mk index 0bc18317086..c7b2634b63c 100644 --- a/src/gallium/auxiliary/Android.mk +++ b/src/gallium/auxiliary/Android.mk @@ -33,8 +33,7 @@ LOCAL_SRC_FILES := \ $(VL_STUB_SOURCES) LOCAL_C_INCLUDES := \ - $(GALLIUM_TOP)/auxiliary/util \ - $(MESA_TOP)/src + $(GALLIUM_TOP)/auxiliary/util LOCAL_MODULE := libmesa_gallium -- cgit v1.2.3