summaryrefslogtreecommitdiffstats
path: root/gallerycommon
diff options
context:
space:
mode:
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)