summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-06-13 06:54:46 -0700
committerWink Saville <wink@google.com>2012-07-06 18:09:16 -0700
commit49e63562777f6089d1b63c0f78c14a0566a7bc91 (patch)
tree13818d1d609fb06d1ce21dd709473bb7498efb8e /Android.mk
parentf5260299afcb6f2424ca4986513373c82d973e84 (diff)
downloadpackages_apps_Contacts-49e63562777f6089d1b63c0f78c14a0566a7bc91.tar.gz
packages_apps_Contacts-49e63562777f6089d1b63c0f78c14a0566a7bc91.tar.bz2
packages_apps_Contacts-49e63562777f6089d1b63c0f78c14a0566a7bc91.zip
Use telephony-common
Change-Id: I4a42ae6986f97be562e496b28c4a54e3f1a6d59b
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e9e75150b..67859bd71 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,6 +5,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_STATIC_JAVA_LIBRARIES := \
com.android.phone.common \
com.android.vcard \