summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2011-08-15 17:17:52 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2011-08-17 09:53:12 -0700
commit178889eff7fa3361a5cb08d6d43846a1baf5216b (patch)
treee4ae523d0c72f27366cbb7b63f8043bb694eb56c /CleanSpec.mk
parented2d658af0856fb800631b9dfbced0ff2b9ca037 (diff)
downloadframeworks_base-178889eff7fa3361a5cb08d6d43846a1baf5216b.zip
frameworks_base-178889eff7fa3361a5cb08d6d43846a1baf5216b.tar.gz
frameworks_base-178889eff7fa3361a5cb08d6d43846a1baf5216b.tar.bz2
Bug 5045498 RemoteControlClient interface
Define a RemoteControlClient interface that applications must implement and register to be displayed on the lockscreen. Change-Id: I67276ae653f203e76727432231f1d76535c31942
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 bf47314..2593065 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -104,6 +104,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/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/nfc)
$(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)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************