meta: Don't save or restore the renderbuffer binding
[mesa.git] / src / mesa / Android.libmesa_glsl_utils.mk
index 3497377af8c8b17f781060d59f569b55c1d09685..894ae20a239495d9012464b139d2ea11396cebdc 100644 (file)
@@ -37,6 +37,7 @@ LOCAL_MODULE := libmesa_glsl_utils
 
 LOCAL_C_INCLUDES := \
        $(MESA_TOP)/src/glsl \
+       $(MESA_TOP)/src/compiler/nir \
        $(MESA_TOP)/src/mapi \
        $(MESA_TOP)/src/gallium/include \
        $(MESA_TOP)/src/gallium/auxiliary
@@ -44,7 +45,8 @@ LOCAL_C_INCLUDES := \
 LOCAL_SRC_FILES := \
        main/imports.c \
        program/prog_hash_table.c \
-       program/symbol_table.c
+       program/symbol_table.c \
+       program/dummy_errors.c
 
 include $(MESA_COMMON_MK)
 include $(BUILD_STATIC_LIBRARY)
@@ -61,6 +63,7 @@ LOCAL_CFLAGS := -D_POSIX_C_SOURCE=199309L
 
 LOCAL_C_INCLUDES := \
        $(MESA_TOP)/src/glsl \
+       $(MESA_TOP)/src/compiler/nir \
        $(MESA_TOP)/src/mapi \
        $(MESA_TOP)/src/gallium/include \
        $(MESA_TOP)/src/gallium/auxiliary
@@ -68,7 +71,8 @@ LOCAL_C_INCLUDES := \
 LOCAL_SRC_FILES := \
        main/imports.c \
        program/prog_hash_table.c \
-       program/symbol_table.c
+       program/symbol_table.c \
+       program/dummy_errors.c
 
 include $(MESA_COMMON_MK)
 include $(BUILD_HOST_STATIC_LIBRARY)