nir: Add bit_count to lower_int64 pass
[mesa.git] / src / compiler / Android.nir.mk
index e89a21c03ac670ef97bfb7409cb57089711e8fca..75a247a245df6ea32ca286a341eea599540f2aa4 100644 (file)
@@ -31,11 +31,13 @@ include $(LOCAL_PATH)/Makefile.sources
 include $(CLEAR_VARS)
 
 LOCAL_SRC_FILES := \
-       $(NIR_FILES)
+       $(NIR_FILES) \
+       $(SPIRV_FILES)
 
 LOCAL_C_INCLUDES := \
        $(MESA_TOP)/src/mapi \
        $(MESA_TOP)/src/mesa \
+       $(MESA_TOP)/src/compiler/spirv \
        $(MESA_TOP)/src/gallium/include \
        $(MESA_TOP)/src/gallium/auxiliary