summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2018-12-12 13:15:54 +0000
committerRoland Levillain <rpl@google.com>2019-01-14 15:52:08 +0000
commitcda1156853b004f0bde542b0322d28ae572b9f6b (patch)
treeb4cd0e68fb9f306838b9ba1fea32b2be300caa70 /CleanSpec.mk
parent28080b717aa7cc2428c1e344da5bc0d1e084542d (diff)
downloadextras-cda1156853b004f0bde542b0322d28ae572b9f6b.tar.gz
Revert "Introduce a no-perfprofd module."
This reverts commit e262c4b5d09e07edfc1d2d05bca0ad36f3f5c8c1. Reason for revert: perfprofd is no longer installed on the system partition since https://android-review.googlesource.com/c/platform/build/+/844636. Test: lunch marlin-eng && make systemimage Bug: 113373927 Change-Id: I395aa91b50aa9f4e06467a676a3bcf8e70c26f50
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 00907b27..78a1dfe9 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -69,6 +69,11 @@ $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/cpueater)
$(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/daemonize)
$(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/directiotest)
$(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/ioshark_bench)
+
+# Remove `no-perfprofd` from the system partition, as its module
+# definition has been removed from the Blueprint file.
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/no-perfprofd)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************