android: fix building error in libmesa_st_mesa
[mesa.git] / src / mesa / Android.libmesa_st_mesa.mk
index bbd39562785472f991fd1b5759613bf3d99d9d4b..785b6de25c0ca6246afcc71de43fbae581ea04e8 100644 (file)
@@ -63,6 +63,8 @@ LOCAL_C_INCLUDES := \
 LOCAL_WHOLE_STATIC_LIBRARIES += \
        libmesa_program
 
+LOCAL_STATIC_LIBRARIES += libmesa_nir
+
 include $(LOCAL_PATH)/Android.gen.mk
 include $(MESA_COMMON_MK)
 include $(BUILD_STATIC_LIBRARY)