Code drop from //branches/cupcake/...@124589
diff --git a/Android.mk b/Android.mk
index 777b053..6a84c0c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,9 +5,13 @@
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
+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.