diff options
Diffstat (limited to 'src/compiler/Android.nir.mk')
-rw-r--r-- | src/compiler/Android.nir.mk | 2 |
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 \ |