Merge "Cleanup vendor_boot artifacts in PRODUCT_OUT on installclean" into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-03-20 17:22:53 +00:00 committed by Android (Google) Code Review
commit d775f6ae65
1 changed files with 3 additions and 0 deletions

View File

@ -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"),