summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-05-09 16:26:42 -0700
committerDan Willemsen <dwillemsen@google.com>2018-05-14 23:41:29 +0000
commit07b66ae2d3500ec832f606c11a623ca99e12fa0c (patch)
tree85a5722dbe855c3382947858d6af2c170a34c27e /CleanSpec.mk
parent05f43c61a043f92c23bcf90ea31b89ae5f7b47c2 (diff)
downloadextras-07b66ae2d3500ec832f606c11a623ca99e12fa0c.tar.gz
Convert ioshark to Soong
See build/soong/README.md for more information. Some modules are no longer installed by default on eng/debug builds, but I didn't see any automatic references to them. If they're commonly used by users, they can be added into build/make with PRODUCT_PACKAGES_ENG / PRODUCT_PACKAGES_DEBUG. Otherwise everyone's compiles get a little smaller. Some modules also moved from /system/xbin to /system/bin, as we've deprecated xbin. I checked codesearch for references to the full paths and couldn't find any. Test: cd system/extras/ioshark; mma Test: for the modules changing locations, check cs/ for references Change-Id: I0e84e9d5adfef2cd7a7e717462c0364489c3d70d Merged-In: I0e84e9d5adfef2cd7a7e717462c0364489c3d70d
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 8f0a0fb1..00907b27 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -68,6 +68,7 @@ $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/ioshark_bench)
$(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)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************