am ab3ee7de: Revert ""Rewrite" PhoneNumberUtil so that it compares two phone strings using as many characters as possible, unlike the previous implementation."
Merge commit 'ab3ee7de06d0451d0a34cbd982006f62928e4b48'
* commit 'ab3ee7de06d0451d0a34cbd982006f62928e4b48':
Revert ""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