Match the minimum version in the manifest.

Change-Id: Iab7d34552df5cf3830ec03c36872879b9ba28d7e
This commit is contained in:
Dan Albert
2016-03-11 14:54:34 -08:00
parent f774983a5d
commit fc922a1f53

View File

@@ -29,7 +29,7 @@ LOCAL_SRC_FILES := GifTranscoder.cpp
LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wno-switch
LOCAL_SDK_VERSION := 9
LOCAL_SDK_VERSION := 19
LOCAL_NDK_STL_VARIANT := c++_static # LLVM libc++
include $(BUILD_SHARED_LIBRARY)