summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authormindyp <mindyp@google.com>2012-09-14 13:46:57 -0700
committermindyp <mindyp@google.com>2012-09-14 13:46:57 -0700
commit47704455b6a1d623eede06c07b8613a3258d1c31 (patch)
treefcb8a4ca91cf6bfcfd059a14121b843085318c8e /Android.mk
parent90bf35e296233aaa1b7dc7016cb77db0632d97ce (diff)
downloadandroid_packages_apps_UnifiedEmail-47704455b6a1d623eede06c07b8613a3258d1c31.tar.gz
android_packages_apps_UnifiedEmail-47704455b6a1d623eede06c07b8613a3258d1c31.tar.bz2
android_packages_apps_UnifiedEmail-47704455b6a1d623eede06c07b8613a3258d1c31.zip
Fix build
Change-Id: I0c1793808d9c26860e3443975c34089f5cd361c5
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 476f8da55..d843f1e43 100644
--- a/Android.mk
+++ b/Android.mk
@@ -35,7 +35,7 @@ LOCAL_STATIC_JAVA_LIBRARIES += android-common
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13
-LOCAL_SDK_VERSION := 16
+LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) \
$(call all-logtags-files-under, $(src_dirs))