summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-10-23 17:19:42 -0700
committerChristine Chen <christinech@google.com>2013-10-23 17:19:42 -0700
commit641ab5a4b4c59d72103340eb6f7a8191ee1166c6 (patch)
tree05db2010e85029ffea263bea53df353a414b73c7 /Android.mk
parentfa8d3ef2ef9ede4ac52a3dd87ef4ed077b514015 (diff)
downloadandroid_packages_apps_Dialer-641ab5a4b4c59d72103340eb6f7a8191ee1166c6.tar.gz
android_packages_apps_Dialer-641ab5a4b4c59d72103340eb6f7a8191ee1166c6.tar.bz2
android_packages_apps_Dialer-641ab5a4b4c59d72103340eb6f7a8191ee1166c6.zip
Adds libphonenumber dependencies.
Change-Id: I97939b84832acf8d567884ae21c2526719746e94
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 899d58917..838ddaeaf 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,6 +27,9 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-v13 \
android-support-v4 \
android-ex-variablespeed \
+ google-common \
+ libphonenumber \
+ libgeocoding
LOCAL_REQUIRED_MODULES := libvariablespeed
@@ -36,6 +39,10 @@ LOCAL_PRIVILEGED_MODULE := true
LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(incallui_dir)/proguard.flags
+# Uncomment the following line to build against the current SDK
+# This is required for building an unbundled app.
+# LOCAL_SDK_VERSION := current
+
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.