Add stb_image_write to Android.mk

This commit is contained in:
Henrik Rydgård 2013-07-07 21:28:04 +02:00
parent c8a571063c
commit 70921b27d3

View File

@ -23,6 +23,7 @@ LOCAL_SRC_FILES :=\
ext/jpge/jpge.cpp \ ext/jpge/jpge.cpp \
ext/sha1/sha1.cpp \ ext/sha1/sha1.cpp \
ext/stb_image/stb_image.c \ ext/stb_image/stb_image.c \
ext/stb_image_write/stb_image_write.c \
ext/stb_vorbis/stb_vorbis.c.arm \ ext/stb_vorbis/stb_vorbis.c.arm \
ext/vjson/json.cpp \ ext/vjson/json.cpp \
ext/vjson/block_allocator.cpp \ ext/vjson/block_allocator.cpp \