summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-02-09 13:32:22 -0800
committerMichael Chan <mchan@android.com>2010-02-09 13:32:22 -0800
commit037c06963c0b5c96c6464169e5612f51b290fe46 (patch)
tree52b6477bb5bc9cfe84cfd3627abcd58ca223d3da /Android.mk
parent9b633c99308053ad292ff65d12971e8a90bb13fb (diff)
downloadandroid_packages_apps_Calendar-037c06963c0b5c96c6464169e5612f51b290fe46.tar.gz
android_packages_apps_Calendar-037c06963c0b5c96c6464169e5612f51b290fe46.tar.bz2
android_packages_apps_Calendar-037c06963c0b5c96c6464169e5612f51b290fe46.zip
Pulled in ContactsAsyncHelper as part of unbundling. Longer term, that part of the coded needs to cleaned up with a proper a adapter and batched up queries when getting pictures.
Change-Id: I58555e3a1299b5cac60c56b6731cf57401dc0f1c
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index bff72b2b..73fafbe0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,12 +5,18 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under,src)
+#LOCAL_SDK_VERSION := current
+
# TODO: Remove dependency of application on the test runner (android.test.runner)
# library.
LOCAL_JAVA_LIBRARIES := android.test.runner
+# TODO Remove this once LaunchActivity is cleaned up
LOCAL_STATIC_JAVA_LIBRARIES := gsf-client
+LOCAL_STATIC_JAVA_LIBRARIES += android-common
+LOCAL_STATIC_JAVA_LIBRARIES += calendar # Shared calendar code
+
LOCAL_PACKAGE_NAME := Calendar
include $(BUILD_PACKAGE)