summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEvan Millar <emillar@google.com>2009-06-30 15:21:47 -0700
committerEvan Millar <emillar@google.com>2009-07-01 14:09:07 -0700
commite49dfacf0b7b1c327b82bf1bef3c1d4c8c56c845 (patch)
treebefbd79227fa746923c04ec5651bb33ce0c5ca42 /Android.mk
parent54a5c9f484ececf7d1ee0148ed6d36fde9c72cdc (diff)
downloadpackages_apps_Contacts-e49dfacf0b7b1c327b82bf1bef3c1d4c8c56c845.tar.gz
packages_apps_Contacts-e49dfacf0b7b1c327b82bf1bef3c1d4c8c56c845.tar.bz2
packages_apps_Contacts-e49dfacf0b7b1c327b82bf1bef3c1d4c8c56c845.zip
Adds the StyleManager class.
StyleManager provides APIs for the Contacts app to retrieve icons from third party sync adapter packages to display in the Contacts UI. StyleManager also keeps a Cache of the requested icons in memory.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index a570324d5..2632f47b2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -10,8 +10,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
LOCAL_PACKAGE_NAME := Contacts
LOCAL_CERTIFICATE := shared
-LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
-
include $(BUILD_PACKAGE)
# Use the folloing include to make our test apk.