freedreno/a6xx: fix hangs with newer sqe fw
[mesa.git] / src / gallium / drivers / nouveau / Android.mk
index 2de22e73ec187fcde71e21fa094092f81c5c2ac5..49a341c8314524b063788f1f9735e79c88181ceb 100644 (file)
@@ -36,6 +36,14 @@ LOCAL_SRC_FILES := \
        $(NVC0_CODEGEN_SOURCES) \
        $(NVC0_C_SOURCES)
 
+LOCAL_C_INCLUDES := \
+       $(MESA_TOP)/include \
+       $(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_nir,,)/nir \
+       $(MESA_TOP)/src/compiler/nir \
+       $(MESA_TOP)/src/mapi \
+       $(MESA_TOP)/src/mesa
+
+LOCAL_STATIC_LIBRARIES := libmesa_nir
 LOCAL_SHARED_LIBRARIES := libdrm_nouveau
 LOCAL_MODULE := libmesa_pipe_nouveau