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/glsl/Android.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/glsl') diff --git a/src/glsl/Android.mk b/src/glsl/Android.mk index 2ac1ffb5cdc..356f44e4033 100644 --- a/src/glsl/Android.mk +++ b/src/glsl/Android.mk @@ -39,7 +39,9 @@ LOCAL_SRC_FILES := \ LOCAL_C_INCLUDES := \ $(MESA_TOP)/src/mapi \ - $(MESA_TOP)/src/mesa + $(MESA_TOP)/src/mesa \ + $(MESA_TOP)/src/gallium/include \ + $(MESA_TOP)/src/gallium/auxiliary LOCAL_MODULE := libmesa_glsl @@ -59,7 +61,9 @@ LOCAL_SRC_FILES := \ LOCAL_C_INCLUDES := \ $(MESA_TOP)/src/mapi \ - $(MESA_TOP)/src/mesa + $(MESA_TOP)/src/mesa \ + $(MESA_TOP)/src/gallium/include \ + $(MESA_TOP)/src/gallium/auxiliary LOCAL_STATIC_LIBRARIES := libmesa_glsl libmesa_glsl_utils libmesa_util -- cgit v1.2.3