summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2014-06-18 10:26:34 -0700
committerIhab Awad <ihab@google.com>2014-06-23 19:59:27 -0700
commit52a28f619fca8c2118e1f421cb56f6542805e954 (patch)
tree053b0574422465140b76e6e9e5ade50aca1908c7 /Android.mk
parent43015f241ebc6a03e36af4d300a3dbceeb078771 (diff)
downloadframeworks_base-52a28f619fca8c2118e1f421cb56f6542805e954.zip
frameworks_base-52a28f619fca8c2118e1f421cb56f6542805e954.tar.gz
frameworks_base-52a28f619fca8c2118e1f421cb56f6542805e954.tar.bz2
Replace CallServiceSelectors with Subscriptions (1/3)
Remove CallServiceSelectors and replace them with comprehensive support for Subscriptions as the means of selecting ways of making phone calls. After this change, a ConnectionService is not a semantically meaningful "way of making a call" -- it's more like the mechanism whereby the Android system communicates with a 3rd party process to ask for phone services. We anticipate each process having only one ConnectionService. Change-Id: I11e6e246ae999683b3800496e98c93c3351aca7b
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 936b41a..8ba8815 100644
--- a/Android.mk
+++ b/Android.mk
@@ -330,8 +330,6 @@ LOCAL_SRC_FILES += \
telecomm/java/com/android/internal/telecomm/ICallServiceAdapter.aidl \
telecomm/java/com/android/internal/telecomm/ICallServiceLookupResponse.aidl \
telecomm/java/com/android/internal/telecomm/ICallServiceProvider.aidl \
- telecomm/java/com/android/internal/telecomm/ICallServiceSelector.aidl \
- telecomm/java/com/android/internal/telecomm/ICallServiceSelectorAdapter.aidl \
telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl \
telecomm/java/com/android/internal/telecomm/IInCallService.aidl \
telecomm/java/com/android/internal/telecomm/ITelecommService.aidl \