diff options
author | LuK1337 <priv.luk@gmail.com> | 2020-11-13 15:11:27 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-08 22:28:30 +0200 |
commit | 60ece2daa5197f376198966cc7e1aadc94e53436 (patch) | |
tree | 12b2a81d2e64a9bb55c23b64c9f23b6f213954bd | |
parent | 7e5cbc10ec376269c29ef6c30ed60db592af7985 (diff) |
cleanbuild: Add `install` to installclean files
Change-Id: Ib46d9638a2b3648d5e2ade1dfa864bc4e2ae695c
-rw-r--r-- | ui/build/cleanbuild.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index c73a0fb32..9df3ac0ef 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -132,7 +132,8 @@ func installClean(ctx Context, config Config, what int) { productOut("installer"), productOut("odm"), productOut("sysloader"), - productOut("testcases")) + productOut("testcases"), + productOut("install")) } // Since products and build variants (unfortunately) shared the same |