summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorxjiang <xjiang@codeaurora.org>2015-08-20 17:36:39 +0800
committerblong <blong@codeaurora.org>2015-09-09 09:45:04 +0800
commitb1a1a5cd3d7053be3f01d0fb39ea59a832f76931 (patch)
treeebba7b621c25a42b1bcae990dc3329136b4edc9b /Android.mk
parent131c336b838153492bf71fdf20072550979e28ca (diff)
downloadandroid_packages_apps_ContactsCommon-b1a1a5cd3d7053be3f01d0fb39ea59a832f76931.tar.gz
android_packages_apps_ContactsCommon-b1a1a5cd3d7053be3f01d0fb39ea59a832f76931.tar.bz2
android_packages_apps_ContactsCommon-b1a1a5cd3d7053be3f01d0fb39ea59a832f76931.zip
Add import/export contacts from/to SIM card
- Support import or export contacts from/to SIM card - Support auto split contacts according email and number count when export to SIM card - Add the interface to get anr and email count - Add the interface to copy contacts between SIM card and Phone Change-Id: Iba56d1ca38d9fdb32469a961bf0a370daeac4bff
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 52e18732..a628a62a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,7 +23,7 @@ res_dirs := res $(phone_common_dir)/res
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs))
-
+LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_AAPT_FLAGS := \
--auto-add-overlay \
--extra-packages com.android.phone.common