am de430944: "Rewrite" PhoneNumberUtil so that it compares two phone strings using as many characters as possible, unlike the previous implementation. The new implementation considers country code seriously.
Merge commit 'de43094477419f8a190a6f97b47d346827310a02'
* commit 'de43094477419f8a190a6f97b47d346827310a02':
"Rewrite" PhoneNumberUtil so that it compares two phone strings using as many characters as possible, unlike the previous implementation.
diff --git a/dist/Android.mk b/dist/Android.mk
index 1d8e1eb..431533f 100644
--- a/dist/Android.mk
+++ b/dist/Android.mk
@@ -102,7 +102,7 @@
LOCAL_LDLIBS += -lpthread -ldl
ifneq ($(strip $(have_readline)),)
-LOCAL_LDLIBS += -lreadline
+LOCAL_LDLIBS += -lreadline -lncurses
endif
ifneq ($(strip $(have_history)),)
LOCAL_LDLIBS += -lhistory