summaryrefslogtreecommitdiffstats
path: root/src/compiler/Android.nir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/Android.nir.mk')
-rw-r--r--src/compiler/Android.nir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Android.nir.mk b/src/compiler/Android.nir.mk
index d08f5694a22..f021b809f05 100644
--- a/src/compiler/Android.nir.mk
+++ b/src/compiler/Android.nir.mk
@@ -32,7 +32,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
$(NIR_FILES) \
- $(SPIRV_FILES) \
+ $(SPIRV_FILES)
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/mapi \