summaryrefslogtreecommitdiffstats
path: root/gallerycommon
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-07-13 11:06:46 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-13 11:06:46 -0700
commit774568ec3d6fc7581ad5c9df41be553c9af8fcf7 (patch)
treeb890a3154aabfba1cbe0f9d04e1690274baa3cf8 /gallerycommon
parent00862f13a4b7be86ee7fec8eead0bb4e35193cd7 (diff)
parent1ce42a976d0abfbc0f4a7d2f76fd01e718b6a54d (diff)
downloadandroid_packages_apps_Snap-774568ec3d6fc7581ad5c9df41be553c9af8fcf7.tar.gz
android_packages_apps_Snap-774568ec3d6fc7581ad5c9df41be553c9af8fcf7.tar.bz2
android_packages_apps_Snap-774568ec3d6fc7581ad5c9df41be553c9af8fcf7.zip
Merge "Change "current" sdk version to 16 as it becomes official" into gb-ub-photos-arches
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 fb81dd950..1d341472c 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 := current
+LOCAL_SDK_VERSION := 16
include $(BUILD_STATIC_JAVA_LIBRARY)