Remove GKI artifacts on installclean
Bug: 177495407 Test: m installclean && GKI prebuilts under OUT dir are removed Change-Id: I05f888376c7f2b253e9966c1a652063a6c4760d9
This commit is contained in:
parent
2b7d4e1ba4
commit
d813f12473
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ func installClean(ctx Context, config Config) {
|
||||||
productOut("misc_info.txt"),
|
productOut("misc_info.txt"),
|
||||||
productOut("apex"),
|
productOut("apex"),
|
||||||
productOut("kernel"),
|
productOut("kernel"),
|
||||||
|
productOut("kernel-*"),
|
||||||
productOut("data"),
|
productOut("data"),
|
||||||
productOut("skin"),
|
productOut("skin"),
|
||||||
productOut("obj/NOTICE_FILES"),
|
productOut("obj/NOTICE_FILES"),
|
||||||
|
|
Loading…
Reference in a new issue