From 076edc6a036cb7601e010b7851eeaa7cfb1aa4e6 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Thu, 2 Apr 2015 14:16:33 +0800 Subject: [PATCH] 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 --- src/mesa/program/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk index 374fcbf0bf3..af16e779db0 100644 --- a/src/mesa/program/Android.mk +++ b/src/mesa/program/Android.mk @@ -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) -- 2.30.2