android: util/format: fix include path list
[mesa.git] / src / util / Android.mk
index 9addbb8694b5724452be1eae91b42ef356e01eb4..0bf9091099824b439c627a7ca721c3d05c2ba3d0 100644 (file)
@@ -39,7 +39,8 @@ LOCAL_C_INCLUDES := \
        $(MESA_TOP)/src/mesa \
        $(MESA_TOP)/src/mapi \
        $(MESA_TOP)/src/gallium/include \
-       $(MESA_TOP)/src/gallium/auxiliary
+       $(MESA_TOP)/src/gallium/auxiliary \
+       $(MESA_TOP)/src/util/format
 
 # If Android version >=8 MESA should static link libexpat else should dynamic link
 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27; echo $$?), 0)