am f06f5fa3: "Rewrite" PhoneNumberUtil so that it compares two phone strings using as many characters as possible, unlike the previous implementation. Unlike the change 5480, this considers the NDD-problem mentioned in the internal issue 1949010. This time, 1-650-555-

Merge commit 'f06f5fa351ded0b9e04e15efa7e34f0f085fc9df'

* commit 'f06f5fa351ded0b9e04e15efa7e34f0f085fc9df':
  "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