summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 \