aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-12-20 15:07:37 -0800
committerYing Wang <wangying@google.com>2011-12-20 15:07:37 -0800
commit501c5d48c9b61bd981c809dacb63d06e666adc8c (patch)
tree7c9c893d48ee71fdfc9e69175fbd5b0ed27aafe4
parent9a91eb9d6c3c28b54223dae453c9d456b0c87355 (diff)
downloadandroid_frameworks_opt_calendar-501c5d48c9b61bd981c809dacb63d06e666adc8c.tar.gz
android_frameworks_opt_calendar-501c5d48c9b61bd981c809dacb63d06e666adc8c.tar.bz2
android_frameworks_opt_calendar-501c5d48c9b61bd981c809dacb63d06e666adc8c.zip
Build calendar-common against SDK 15.
Change-Id: Ia004f7bf624e9a940c0f596df558cc7f3e0d1b51
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index f885174..99aca7f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := calendar-common
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := 15
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \
$(call all-java-files-under, ../../../external/libphonenumber/java/src)