summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2011-08-18 19:16:47 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2011-08-23 11:23:22 -0700
commit4426e42ac6107bf6b09f7c4cdad39eb161d8b9ca (patch)
tree27528bb34ea1b83f0c798ac975fd27c38f5869c1 /CleanSpec.mk
parent0197d825f15844e51b91a0006d411ecb06350641 (diff)
downloadframeworks_base-4426e42ac6107bf6b09f7c4cdad39eb161d8b9ca.zip
frameworks_base-4426e42ac6107bf6b09f7c4cdad39eb161d8b9ca.tar.gz
frameworks_base-4426e42ac6107bf6b09f7c4cdad39eb161d8b9ca.tar.bz2
Bug 5045498 New implementation of remote control API
Remote control displays expose an IRemoteControlDisplay interface which they register through AudioManager. Remote control clients create a RemoteControlClient object, which implicitely exposes an IRemoteControlClient interface registered in AudioService through AudioManager. AudioService tells all clients and displays when a new client is the one that should be displayed. A client's data gets sent to the display when it is valid, or it sets new data (while being valid). The implementation for setting metadata and album art is temporary, and will migrate to the MetadataEditor API in future CLs. Change-Id: Ibab6ea1d94c68f32482c760c6ae269541f885548
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 2593065..3cec66f 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -105,6 +105,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/SystemUI_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/R/com/android/systemui/R.java)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/media/java/android/media/IAudioService.P)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/media/java/android/media/IAudioService.P)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************