commit | d9351704bab303a9459f57e8a32b7447a7ecf1b2 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Wed Dec 17 18:05:55 2008 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Dec 17 18:05:55 2008 -0800 |
tree | 452459631f8b54ee4eddb65c60c6fbd5573a7c7d | |
parent | 5dc3b4f80f38c0d48601f66c2c0e551474a7f8ad [diff] [blame] |
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.