Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / Android.libmesa_glsl_utils.mk
index ed620ac648cfa25361f061b05dcd758c514e6364..66b6ef13a613d15bf824ef3606e9dc507ebd9eb8 100644 (file)
@@ -36,14 +36,13 @@ include $(CLEAR_VARS)
 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
 
 LOCAL_SRC_FILES := \
-       main/imports.c \
-       program/prog_hash_table.c \
+       main/extensions_table.c \
        program/symbol_table.c \
        program/dummy_errors.c
 
@@ -61,14 +60,13 @@ LOCAL_IS_HOST_MODULE := true
 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
 
 LOCAL_SRC_FILES := \
-       main/imports.c \
-       program/prog_hash_table.c \
+       main/extensions_table.c \
        program/symbol_table.c \
        program/dummy_errors.c