summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-03-22 18:04:54 -0700
committerElliott Hughes <enh@google.com>2015-03-22 18:04:54 -0700
commit94fa67e980e8ebed3295573ed42b7b8958fde99f (patch)
tree74e94cbf5ab942f791ab242bcdf9b07cac3c0665 /CleanSpec.mk
parent1d792dd4161728240e23f21aceaff74070b24c7e (diff)
downloadcore-94fa67e980e8ebed3295573ed42b7b8958fde99f.tar.gz
Add a CleanSpec for grep/toolbox.
I moved grep out of toolbox a couple of months ago, so hopefully no one else should see this. Just in case, though, remove grep and toolbox so they both get rebuilt and any symbolic links will find themselves pointing to the right binary. Bug: 19878755 Change-Id: I15f63500cae3578a82a895f851c797fd324bbe02
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 7f9536ee9..b3661e4e7 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -55,3 +55,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/lmkd_intermediates/import_includes)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsysutils_intermediates/import_includes)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/grep $(PRODUCT_OUT)/system/bin/toolbox)