commit | 7803a011d17a0bf50af1fdffeaca3f9e12512d40 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Aug 08 13:24:32 2018 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu Aug 23 11:12:29 2018 -0700 |
tree | 4a2c5b1de1c3be1dd8d998219f211f3ef24c4511 | |
parent | a05ff57f29f33307bf6d2835223cdfaae6e832bb [diff] |
Add $PRODUCT_OUT/ramdisk to installclean Bug: 79173823 Test: installclean removes this directory Change-Id: I56dabba29064709112caad6549af7eacbe8469e8
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index a076b66..4dee638 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go
@@ -102,6 +102,7 @@ productOut("skin"), productOut("obj/NOTICE_FILES"), productOut("obj/PACKAGING"), + productOut("ramdisk"), productOut("recovery"), productOut("root"), productOut("system"),