summaryrefslogtreecommitdiffstats
path: root/jni_jpegstream
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-08-11 15:33:02 -0700
committerDan Albert <danalbert@google.com>2016-08-11 15:33:02 -0700
commitb49d143873a771046438979120ebc38e9312b2e5 (patch)
tree034d5c5df34a2f628a3cc30ba0036bd672fe5aff /jni_jpegstream
parent2ca742cddffcaadd9725b1d6edbf2aedd79eb29b (diff)
downloadandroid_packages_apps_Gallery2-b49d143873a771046438979120ebc38e9312b2e5.tar.gz
android_packages_apps_Gallery2-b49d143873a771046438979120ebc38e9312b2e5.tar.bz2
android_packages_apps_Gallery2-b49d143873a771046438979120ebc38e9312b2e5.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
Diffstat (limited to 'jni_jpegstream')
-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 027bf92c2..b13d4fb35 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_CFLAGS += -ffast-math -O3 -funroll-loops