summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-08-11 15:33:02 -0700
committerArne Coucheron <arco68@gmail.com>2020-05-31 03:53:32 +0200
commit64c7e89b6996a61512c85e0b6c9609444dc67c5c (patch)
tree610ec76e7446c65f7f2f10f2c1395f5bd84cc5e1
parenta9a010a545ef943706c074200fd5a6378b322a3a (diff)
downloadandroid_packages_apps_Gallery2-64c7e89b6996a61512c85e0b6c9609444dc67c5c.tar.gz
android_packages_apps_Gallery2-64c7e89b6996a61512c85e0b6c9609444dc67c5c.tar.bz2
android_packages_apps_Gallery2-64c7e89b6996a61512c85e0b6c9609444dc67c5c.zip
Bump API to match dependencies.
libjpeg_static_ndk is built against 17, so we need to be built against at least that. Test: mma Bug: None Change-Id: I6c3697010e308f04c629118c6a63f614d87b3409
-rw-r--r--jni_jpegstream/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni_jpegstream/Android.mk b/jni_jpegstream/Android.mk
index 356d0af32..a584eb40e 100644
--- a/jni_jpegstream/Android.mk
+++ b/jni_jpegstream/Android.mk
@@ -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_PRODUCT_MODULE := true