summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-01-05 12:00:41 +0000
committerNarayan Kamath <narayan@google.com>2015-01-05 12:00:41 +0000
commit886e19b47365aed5306fe4a47408375916aeb90c (patch)
treef07fa568468ecc8da97f50802f149255580599e6 /Android.mk
parentbfb520ef3572b915acff66b4da8fe3cef7c4c52c (diff)
downloadlibphonenumber-886e19b47365aed5306fe4a47408375916aeb90c.tar.gz
Rename libphonenumber-unbundled to libphonenumber.
Tracks change 5a6b9fa7b4 which deletes the prebuilt rule that had the same name. Change-Id: Ia056d895dcf622a852494a1ac53871bfd7bbdb1d
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 1464a475..0c0e0ae0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -51,9 +51,7 @@ include $(BUILD_STATIC_JAVA_LIBRARY)
# For unbundled use, supports gingerbread and up.
include $(CLEAR_VARS)
-# TODO: Rename to libphonenumber once dependencies have been
-# renamed.
-LOCAL_MODULE := libphonenumber-unbundled
+LOCAL_MODULE := libphonenumber
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(libphonenumber_src_files)
LOCAL_JAVA_RESOURCE_DIRS := $(libphonenumber_resource_dirs)