summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorTej Singh <singhtejinder@google.com>2018-04-10 17:24:50 -0700
committerTej Singh <singhtejinder@google.com>2018-04-16 15:04:28 -0700
commitdd83d703712bfa004a6bb71ddd19780b2d0b79ba (patch)
tree0958729aa8bbe5c071f2e8831e8596775aebc804 /CleanSpec.mk
parent5000367d38154428f9e57dbb0097cbaca7b7c0c4 (diff)
Enforce dump permission in stats service
Enforces the dump permission in stats service and fixes a typo in an enum name. Bug: b/77723108 Test: adb shell dumpsys stats as root and not root Test: build success on marlin (and cts build success) Change-Id: I131f97fe4fd370d50bc4ad369377f6adcca5f6ae
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 e72889713945..2e949c5c05a9 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -243,6 +243,7 @@ $(call add-clean-step, rm -f $(OUT_DIR)/target/common/obj/APPS/FeatureSplit2_int
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/hardware)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/core/java/android/os/storage/*)
$(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/platformprotos_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/statsdprotolite_intermediates)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER
# ******************************************************************