summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
author Jeff Sharkey <jsharkey@android.com> 2012-04-26 17:30:34 -0700
committer Jeff Sharkey <jsharkey@android.com> 2012-04-27 14:15:05 -0700
commit098d580cc2bb6c0891c756a4e5230c6c6b0d2376 (patch)
treebd5ae0f9e87a5516e8c481cebc54321272152491 /Android.mk
parentf5d70fd2add31cdb2e4ca1e931b47db95fa4b3e0 (diff)
Migrate ringtone playback to SystemUI.
Introduce IRingtonePlayer, which handles playback for both Ringtone objects and Notifications. SystemUI now hosts this player, which it registers with AudioService. It also keeps MediaPlayer instances warm, and cleans them up after stop() or Binder death. Move both Ringtone and NotificationManagerService to play back audio through this new interface. Bug: 6376128, 6350773 Change-Id: I1dcb86d16ee3c4f07cdb2248d33dcff4ead3609a
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 7ebf4b55f5f4..678ae558d0a1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -198,6 +198,7 @@ LOCAL_SRC_FILES += \
media/java/android/media/IMediaScannerService.aidl \
media/java/android/media/IRemoteControlClient.aidl \
media/java/android/media/IRemoteControlDisplay.aidl \
+ media/java/android/media/IRingtonePlayer.aidl \
telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl \
telephony/java/com/android/internal/telephony/IPhoneSubInfo.aidl \
telephony/java/com/android/internal/telephony/ITelephony.aidl \