Merge "Cleanup vendor_boot artifacts in PRODUCT_OUT on installclean"
This commit is contained in:
commit
8bf9eeb912
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ func installClean(ctx Context, config Config, what int) {
|
|||
productOut("obj/PACKAGING"),
|
||||
productOut("ramdisk"),
|
||||
productOut("debug_ramdisk"),
|
||||
productOut("vendor-ramdisk"),
|
||||
productOut("vendor-ramdisk-debug.cpio.gz"),
|
||||
productOut("vendor_debug_ramdisk"),
|
||||
productOut("test_harness_ramdisk"),
|
||||
productOut("recovery"),
|
||||
productOut("root"),
|
||||
|
|
Loading…
Reference in a new issue