Revert "Add the core assisted dialing logic to telephony."
This reverts commit c712d4b596fc1219e119880d74164b2ef17a5245.
Reason for revert: we're cutting the feature from P
Change-Id: Ibc237e933f4b698a715fe73567f02d6484e3a4b9
Bug: 73727182
diff --git a/Android.mk b/Android.mk
index f70277d..6680191 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,11 +7,7 @@
phone_common_dir := ../../apps/PhoneCommon
src_dirs := src $(phone_common_dir)/src sip/src
-res_dirs := res \
- $(phone_common_dir)/res \
- sip/res \
- src/com/android/phone/assisteddialing/res \
- src/com/android/phone/settings/assisteddialing/res
+res_dirs := res $(phone_common_dir)/res sip/res
LOCAL_JAVA_LIBRARIES := \
telephony-common \
@@ -39,9 +35,7 @@
LOCAL_AAPT_FLAGS := \
--extra-packages com.android.phone.common \
- --extra-packages com.android.services.telephony.sip \
- --extra-packages com.android.phone.assisteddialing \
- --extra-packages com.android.phone.settings.assisteddialing
+ --extra-packages com.android.services.telephony.sip
LOCAL_PACKAGE_NAME := TeleService