drisw: use getImageShm() if available
[mesa.git] / src / compiler / Android.glsl.mk
index 5d2bc189978438746d37aab2b20d6fce87974044..0aabafa26739b138a3f5f0de454ce641e3ea4e40 100644 (file)
@@ -36,15 +36,16 @@ include $(CLEAR_VARS)
 LOCAL_SRC_FILES := \
        $(LIBGLCPP_FILES) \
        $(LIBGLSL_FILES) \
+       $(LIBGLSL_SHADER_CACHE_FILES)
 
 LOCAL_C_INCLUDES := \
-       $(MESA_TOP)/src/compiler/nir \
        $(MESA_TOP)/src/mapi \
        $(MESA_TOP)/src/mesa \
        $(MESA_TOP)/src/gallium/include \
        $(MESA_TOP)/src/gallium/auxiliary
 
-LOCAL_STATIC_LIBRARIES := libmesa_compiler
+LOCAL_STATIC_LIBRARIES := \
+       libmesa_nir
 
 LOCAL_MODULE := libmesa_glsl