OSDN Git Service

Bump API to match dependencies.
authorDan Albert <danalbert@google.com>
Thu, 11 Aug 2016 22:33:02 +0000 (15:33 -0700)
committerDan Albert <danalbert@google.com>
Thu, 11 Aug 2016 22:33:02 +0000 (15:33 -0700)
libjpeg_static_ndk is built against 17, so we need to be built
against at least that.

Test: mma
Bug: None
Change-Id: I6c3697010e308f04c629118c6a63f614d87b3409

jni_jpegstream/Android.mk

index 027bf92..b13d4fb 100644 (file)
@@ -13,7 +13,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH) \
 
 LOCAL_STATIC_LIBRARIES := libjpeg_static_ndk
 
-LOCAL_SDK_VERSION   := 9
+LOCAL_SDK_VERSION   := 17
 LOCAL_ARM_MODE := arm
 
 LOCAL_CFLAGS    += -ffast-math -O3 -funroll-loops