summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2014-07-24 18:35:11 -0700
committerRoboErik <epastern@google.com>2014-07-25 16:22:59 -0700
commitaa4e23bbb36994708ba72c5f4c83255025d99e07 (patch)
treeba6776a3c108a1a31351c212abfb1ba800f34a15 /CleanSpec.mk
parentb214efbb9170a9f6a4991684a63ca59680074cc7 (diff)
downloadframeworks_base-aa4e23bbb36994708ba72c5f4c83255025d99e07.zip
frameworks_base-aa4e23bbb36994708ba72c5f4c83255025d99e07.tar.gz
frameworks_base-aa4e23bbb36994708ba72c5f4c83255025d99e07.tar.bz2
Add getPackageName to MediaController
This removes the MediaSessionInfo class and adds a method on the controller to get the package name. This also converts code that depended on the session's UUID to use the token for comparison or the Tag in the case of test code that needs a string identifier. Change-Id: Icb8dc76c70e23e897da8fd07651c524b96372bf9
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 abec4c8..fff8a85 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -213,6 +213,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)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/framework.* $(PRODUCT_OUT)/system/framework2.*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/docs/api-stubs-timestamp)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER