summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7c9e5a99..0387f7dd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -34,7 +34,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-common \
android-support-v13 \
android-support-v4 \
- libphonenumber
+ libphonenumber \
+ contacts-picaso
LOCAL_PACKAGE_NAME := com.android.contacts.common
@@ -43,5 +44,13 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)
+include $(CLEAR_VARS)
+
+# Open-source libphonenumber libraries as found in code.google.com/p/libphonenumber
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
+ contacts-picaso:libs/picaso.jar
+
+include $(BUILD_MULTI_PREBUILT)
+
# Use the following include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))