summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-01-06 10:09:23 +0000
committerNarayan Kamath <narayan@google.com>2015-01-06 10:09:23 +0000
commitcb7c76e741781daf34058be6cbad37994fd79ff2 (patch)
tree7c04ea66025b9c57219d680335fc79d1672813c9 /Android.mk
parentc9021c056d72d6235b93f1143a676392b2722507 (diff)
downloadandroid_packages_apps_ContactsCommon-cb7c76e741781daf34058be6cbad37994fd79ff2.tar.gz
android_packages_apps_ContactsCommon-cb7c76e741781daf34058be6cbad37994fd79ff2.tar.bz2
android_packages_apps_ContactsCommon-cb7c76e741781daf34058be6cbad37994fd79ff2.zip
Revert "Revert "Build libphonenumber & libgeocoder from source.""
This reverts commit 104e27a881adb8c980b6d13decea4262d68500f5.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/Android.mk b/Android.mk
index 626a737b..52e18732 100644
--- a/Android.mk
+++ b/Android.mk
@@ -34,8 +34,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-common \
android-support-v13 \
android-support-v4 \
- libphonenumber \
- libgeocoding
+ libphonenumber
LOCAL_PACKAGE_NAME := com.android.contacts.common
@@ -44,14 +43,5 @@ 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 := \
- libphonenumber:libs/libphonenumber-6.2.jar \
- libgeocoding:libs/geocoder-2.9.jar
-
-include $(BUILD_MULTI_PREBUILT)
-
# Use the following include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))