summaryrefslogtreecommitdiffstats
path: root/src/compiler/Android.mk
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-04-05 14:25:19 +0100
committerEmil Velikov <[email protected]>2016-04-11 19:08:23 +0100
commit4db8f15a257679b90ad98f8fb46bbb71d2075cfa (patch)
tree3994b98775826b3e3f01a99675e07ded90fbdf91 /src/compiler/Android.mk
parentabf7088eb7674e78541b4585e468cc6de7735b8c (diff)
glsl: move the android build scripts a level up
Analogous to previous commit. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/Android.mk')
-rw-r--r--src/compiler/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/Android.mk b/src/compiler/Android.mk
index 888780ba3fb..6c3a8552286 100644
--- a/src/compiler/Android.mk
+++ b/src/compiler/Android.mk
@@ -65,3 +65,5 @@ LOCAL_MODULE := libmesa_nir
include $(LOCAL_PATH)/Android.gen.mk
include $(MESA_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)
+
+include $(LOCAL_PATH)/Android.glsl.mk