summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2016-11-08 12:49:18 +0200
committerTapani Pälli <[email protected]>2016-11-11 07:59:29 +0200
commit1c2de8977b56a283641746482344a6455eabef77 (patch)
treed7e2460e41bbaf8c55865b37c911c4337cec7dbd
parent23d1799f7dd5f8d1e8aa9f4efa6b1a4ed45faaa0 (diff)
android: add SPIRV_FILES to libmesa_nir
Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r--src/compiler/Android.nir.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/Android.nir.mk b/src/compiler/Android.nir.mk
index e89a21c03ac..d08f5694a22 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 \