android: fix a building error of libmesa_program

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>
This commit is contained in:
Chih-Wei Huang 2015-04-02 14:16:33 +08:00 committed by Emil Velikov
parent 8098bf8e7a
commit 076edc6a03

View 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)