summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorErik <roboerik@android.com>2010-02-10 11:21:45 -0800
committerErik <roboerik@android.com>2010-02-10 16:58:42 -0800
commitfc5e058c28e08efeb4fd280742044cca58773271 (patch)
tree5ee5b7dcc8bd862dafcccec4933aabf88920116e /Android.mk
parentabfdd82b79d6f001e9f850bbea2d00cdb159a9ea (diff)
downloadandroid_packages_apps_Calendar-fc5e058c28e08efeb4fd280742044cca58773271.tar.gz
android_packages_apps_Calendar-fc5e058c28e08efeb4fd280742044cca58773271.tar.bz2
android_packages_apps_Calendar-fc5e058c28e08efeb4fd280742044cca58773271.zip
b/2313182 Cleaned up launch activity with better multi-account handling.
Launch activity now just checks for the existence of any account, and if not found bounces users to the account settings activity where they can add a calendar supported account. If a non-calendar supported account is found it will let users enter Calendar but they will be unable to create any events.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 73fafbe0..cb61caa7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,9 +11,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)
# 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