summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2014-01-10 18:13:45 -0600
committerTom Gall <tom.gall@linaro.org>2014-01-10 18:13:45 -0600
commitace59bb51a1ca943fcf059291d1fc3bcf9e8c08c (patch)
tree6fa27969a93790602f4193341ddc5b2ecaef3604
parentc813d4436bb5563bdcf2d23de68d572c973797d4 (diff)
add deps to stlport and bionic, fixes compile time issues with9.2
includes not being found
-rw-r--r--src/glsl/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glsl/Android.mk b/src/glsl/Android.mk
index f088e67cbe..6255fc5fe3 100644
--- a/src/glsl/Android.mk
+++ b/src/glsl/Android.mk
@@ -39,10 +39,14 @@ LOCAL_SRC_FILES := \
$(LIBGLSL_FILES)
LOCAL_C_INCLUDES := \
+ external/stlport/stlport \
+ bionic \
external/astl/include \
$(MESA_TOP)/src/mapi \
$(MESA_TOP)/src/mesa
+LOCAL_SHARED_LIBRARIES += libstlport
+
LOCAL_MODULE := libmesa_glsl
include $(LOCAL_PATH)/Android.gen.mk