summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorjiayuzhou <jiayuzhou@google.com>2018-10-15 11:30:09 -0700
committerjiayuzhou <jiayuzhou@google.com>2018-10-15 17:12:07 -0700
commitf3e4f1bbb712d82b1fb768fc95ffe9151687c870 (patch)
treec746f945e1268f2c84f05875ba8efd55a9531184 /Android.mk
parent89f3708eea5f1c3e9b42e9c631c5e08e150255cb (diff)
downloadplatform_packages_apps_Car_Dialer-f3e4f1bbb712d82b1fb768fc95ffe9151687c870.tar.gz
platform_packages_apps_Car_Dialer-f3e4f1bbb712d82b1fb768fc95ffe9151687c870.tar.bz2
platform_packages_apps_Car_Dialer-f3e4f1bbb712d82b1fb768fc95ffe9151687c870.zip
Fix the hash implementation of PhoneNumber. The original implementation
can't satisfy the equal-hash contract(if two objs are equal, their hash should be equal too). Use Google international package for a better phone number matching result. Test: build and test is app. Change-Id: I2fc349b695188a93fb1e0dfbe61afe5d4078f46f
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index b3dfa789..c8b94a38 100644
--- a/Android.mk
+++ b/Android.mk
@@ -45,7 +45,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
guava \
car-glide \
car-glide-disklrucache \
- car-gifdecoder
+ car-gifdecoder \
+ libphonenumber
LOCAL_PROGUARD_ENABLED := disabled