mesa: add OES_sample_variables to extension table, add enable bit
[mesa.git] / src / mesa / Android.libmesa_st_mesa.mk
index 618d6bfb22a585aafcc814b2aa043e7a479fe943..9fd9460a5bac4af55b0cb79a34d640e92aa770cf 100644 (file)
@@ -32,8 +32,6 @@ LOCAL_PATH := $(call my-dir)
 #      MESA_GALLIUM_FILES.
 #      X86_FILES
 include $(LOCAL_PATH)/Makefile.sources
-SRCDIR :=
-BUILDDIR :=
 
 include $(CLEAR_VARS)
 
@@ -54,12 +52,11 @@ LOCAL_CFLAGS := \
 endif
 
 LOCAL_C_INCLUDES := \
-       $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \
+       $(MESA_TOP)/src/mapi \
+       $(MESA_TOP)/src/mesa/main \
+       $(MESA_TOP)/src/compiler/nir \
        $(MESA_TOP)/src/gallium/auxiliary \
-       $(MESA_TOP)/src/gallium/include \
-       $(MESA_TOP)/src \
-       $(MESA_TOP)/src/glsl \
-       $(MESA_TOP)/src/mapi
+       $(MESA_TOP)/src/gallium/include
 
 LOCAL_WHOLE_STATIC_LIBRARIES := \
        libmesa_program