summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2015-03-22 20:04:54 -0500
committerElliott Hughes2015-03-22 20:04:54 -0500
commit94fa67e980e8ebed3295573ed42b7b8958fde99f (patch)
tree74e94cbf5ab942f791ab242bcdf9b07cac3c0665
parent1d792dd4161728240e23f21aceaff74070b24c7e (diff)
downloadplatform-system-core-94fa67e980e8ebed3295573ed42b7b8958fde99f.tar.gz
platform-system-core-94fa67e980e8ebed3295573ed42b7b8958fde99f.tar.xz
platform-system-core-94fa67e980e8ebed3295573ed42b7b8958fde99f.zip
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
-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)
55$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop) 55$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop)
56$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/lmkd_intermediates/import_includes) 56$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/lmkd_intermediates/import_includes)
57$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsysutils_intermediates/import_includes) 57$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsysutils_intermediates/import_includes)
58$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/grep $(PRODUCT_OUT)/system/bin/toolbox)