summaryrefslogtreecommitdiffstats
path: root/gallerycommon
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-06-27 19:01:21 +0800
committerOwen Lin <owenlin@google.com>2012-06-28 18:34:24 +0800
commit00b187956db9e3b0f33354d3dfcc2c3a0693eee2 (patch)
tree97d0312d049d447c3447f488a707f1d75beaae95 /gallerycommon
parent9a5cd762a6faf547c436ee3cda3624748d6095c5 (diff)
downloadandroid_packages_apps_Snap-00b187956db9e3b0f33354d3dfcc2c3a0693eee2.tar.gz
android_packages_apps_Snap-00b187956db9e3b0f33354d3dfcc2c3a0693eee2.tar.bz2
android_packages_apps_Snap-00b187956db9e3b0f33354d3dfcc2c3a0693eee2.zip
Don't reuse bitmaps in BitmapRegionDecoder before JB.
Change-Id: I8a2f520f98116af6861fa2cd1460e6f848bbb4e4
Diffstat (limited to 'gallerycommon')
-rw-r--r--gallerycommon/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallerycommon/Android.mk b/gallerycommon/Android.mk
index a942de289..fb81dd950 100644
--- a/gallerycommon/Android.mk
+++ b/gallerycommon/Android.mk
@@ -22,6 +22,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := com.android.gallery3d.common2
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_SDK_VERSION := 8
+LOCAL_SDK_VERSION := current
include $(BUILD_STATIC_JAVA_LIBRARY)