diff options
| author | 2019-11-26 10:02:53 -0800 | |
|---|---|---|
| committer | 2019-11-26 10:02:53 -0800 | |
| commit | 53f1a190fffe49cfefedbfb7f2ed74c04c034972 (patch) | |
| tree | e2f1c70d76c0662244e63c59619444dcfb847988 | |
| parent | 3351b33595c89fac7e63c20c10e651b79b582923 (diff) | |
Clean vts-core in host/out to ensure old package to be removed.
Bug: None
Test: m installclean
Change-Id: I5aa451d87dc377e62dcf1b88baa58539fa661feb
| -rw-r--r-- | ui/build/cleanbuild.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 1dbeb2663..0b44b4d62 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -97,6 +97,7 @@ func installClean(ctx Context, config Config, what int) { hostOut("sdk_addon"), hostOut("testcases"), hostOut("vts"), + hostOut("vts-core"), productOut("*.img"), productOut("*.zip"), productOut("android-info.txt"), |