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:
committed by
Emil Velikov
parent
8098bf8e7a
commit
076edc6a03
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user