From 94cab35ee93ed200013eddffa4c97828bd6aa82c Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 28 Mar 2015 01:10:52 +0000 Subject: android: add gallium dirs to more places in the tree Similar to e8c5cbfd921(mesa: Add gallium include dirs to more parts of the tree.) Signed-off-by: Emil Velikov Reviewed-by: Chih-Wei Huang --- src/mesa/program/Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/program/Android.mk') diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk index e85afe67253..e957a8d5738 100644 --- a/src/mesa/program/Android.mk +++ b/src/mesa/program/Android.mk @@ -73,7 +73,9 @@ LOCAL_C_INCLUDES := \ $(intermediates) \ $(MESA_TOP)/src/mapi \ $(MESA_TOP)/src/mesa \ - $(MESA_TOP)/src/glsl + $(MESA_TOP)/src/glsl \ + $(MESA_TOP)/src/gallium/auxiliary \ + $(MESA_TOP)/src/gallium/include include $(MESA_COMMON_MK) include $(BUILD_STATIC_LIBRARY) -- cgit v1.2.3