cleanbuild: Add install
to installclean files
Change-Id: Ib46d9638a2b3648d5e2ade1dfa864bc4e2ae695c
This commit is contained in:
parent
7e2044fa35
commit
277672eab4
1 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,8 @@ func installClean(ctx Context, config Config) {
|
|||
productOut("odm_dlkm"),
|
||||
productOut("sysloader"),
|
||||
productOut("testcases"),
|
||||
productOut("symbols"))
|
||||
productOut("symbols"),
|
||||
productOut("install"))
|
||||
}
|
||||
|
||||
// Since products and build variants (unfortunately) shared the same
|
||||
|
|
Loading…
Reference in a new issue