summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-02-19 14:19:57 -0800
committerMichael Chan <mchan@android.com>2010-02-19 14:19:57 -0800
commit7e2f1f799b2d5ee182d03943fae1bc8c3aabef21 (patch)
treeb0757f928f105cf50ce6e879cd92663abad4c614 /Android.mk
parent0bf8a9a945fc5a002d0d8ccea35dac02e9db8e22 (diff)
downloadandroid_packages_apps_Calendar-7e2f1f799b2d5ee182d03943fae1bc8c3aabef21.tar.gz
android_packages_apps_Calendar-7e2f1f799b2d5ee182d03943fae1bc8c3aabef21.tar.bz2
android_packages_apps_Calendar-7e2f1f799b2d5ee182d03943fae1bc8c3aabef21.zip
Enable compilation against the SDK
Change-Id: I162a479284ac1f44f938e10fd28f3ce4871fc099
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 cb61caa7..a9482a3d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,7 +5,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under,src)
-#LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := current
# TODO: Remove dependency of application on the test runner (android.test.runner)
# library.