android: fix a building error of libmesa_program
authorChih-Wei Huang <cwhuang@android-x86.org>
Thu, 2 Apr 2015 06:16:33 +0000 (14:16 +0800)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 22 Apr 2015 14:53:35 +0000 (15:53 +0100)
Add libmesa_glsl to LOCAL_STATIC_LIBRARIES to get
its exported include path (for nir_opcodes.h).

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
src/mesa/program/Android.mk

index 374fcbf0bf37989b8b56311b5bcd9baad46eab6a..af16e779db0d7d506032dae0eccc9e20e8e3e79e 100644 (file)
@@ -44,6 +44,7 @@ include $(CLEAR_VARS)
 
 LOCAL_MODULE := libmesa_program
 LOCAL_MODULE_CLASS := STATIC_LIBRARIES
+LOCAL_STATIC_LIBRARIES := libmesa_glsl
 
 intermediates := $(call local-intermediates-dir)