summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Bowgo Tsai <bowgotsai@google.com> 2019-10-08 18:12:37 +0800
committer Bowgo Tsai <bowgotsai@google.com> 2019-10-09 01:59:51 +0000
commit5145c2c11fb22c01bd5a2554a8ec63a5d375a8e5 (patch)
treeea5e4334f18794683ad442b9d7e96d7f48bb7c82
parent92e03dfb3ed97b12fde89384a7776a4dd9dadb71 (diff)
Add $PRODUCT_OUT/test_harness_ramdisk to installclean
Also removes $PRODUCT_OUT/debug_ramdisk. Bug: 140036184 Test: `make installclean` removes those directories Change-Id: I442753817bdda4293b98ac1a7fd0173820dc2a2f
-rw-r--r--ui/build/cleanbuild.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go
index 0a2b51065..1dbeb2663 100644
--- a/ui/build/cleanbuild.go
+++ b/ui/build/cleanbuild.go
@@ -107,6 +107,8 @@ func installClean(ctx Context, config Config, what int) {
productOut("obj/NOTICE_FILES"),
productOut("obj/PACKAGING"),
productOut("ramdisk"),
+ productOut("debug_ramdisk"),
+ productOut("test_harness_ramdisk"),
productOut("recovery"),
productOut("root"),
productOut("system"),