[Mesa-dev] [PATCH 3/4] android: add SPIRV_FILES to libmesa_nir
Tapani Pälli
tapani.palli at intel.com
Thu Nov 10 09:33:52 UTC 2016
Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
---
src/compiler/Android.nir.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/compiler/Android.nir.mk b/src/compiler/Android.nir.mk
index e89a21c..d08f569 100644
--- a/src/compiler/Android.nir.mk
+++ b/src/compiler/Android.nir.mk
@@ -31,7 +31,8 @@ include $(LOCAL_PATH)/Makefile.sources
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
- $(NIR_FILES)
+ $(NIR_FILES) \
+ $(SPIRV_FILES) \
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/mapi \
--
2.7.4
More information about the mesa-dev
mailing list