summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-04-30 11:33:59 -0700
committerDianne Hackborn <hackbod@google.com>2014-05-02 11:51:26 -0700
commit09233289624a85093b1d99e4a6a149bf09059d8d (patch)
treeced7eefedc4db60d4134aee3616e9b043cd950d7 /CleanSpec.mk
parent201a24f652745c4bcbe7e26f0ffea973bcb615b3 (diff)
downloadframeworks_base-09233289624a85093b1d99e4a6a149bf09059d8d.zip
frameworks_base-09233289624a85093b1d99e4a6a149bf09059d8d.tar.gz
frameworks_base-09233289624a85093b1d99e4a6a149bf09059d8d.tar.bz2
Make GET_TASKS signature|system.
Normal apps can't hold it now. If they try to use getRecentTasks() or getRunningTasks() without the permission, they will only see their own tasks and home in the list. Also took this opportunity to eradicate all of the old pending thumbnail stuff. Change-Id: I6dc52a06221c78097162e4a8b482027b798bf3ee
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 c6f6a62..c841338 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -190,6 +190,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-base_intermediates/src/core/java/android/view/IMagnificationCallbacks*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/src/core/java/android/tv/)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/src/media/java/android/media/)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/src/core/java/android/app)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST