aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorYo Chiang <yochiang@google.com>2021-01-22 00:16:47 +0800
committerYo Chiang <yochiang@google.com>2021-01-22 00:16:47 +0800
commitd813f124733c7c8c65a17d164210931d1cba0479 (patch)
treedac275786e05bfcbc915769543e1c11c64604495 /ui
parent2b7d4e1ba4cdd9bb6e7d00be30df1168d1452ce8 (diff)
downloadsoong-d813f124733c7c8c65a17d164210931d1cba0479.tar.gz
Remove GKI artifacts on installclean
Bug: 177495407 Test: m installclean && GKI prebuilts under OUT dir are removed Change-Id: I05f888376c7f2b253e9966c1a652063a6c4760d9
Diffstat (limited to 'ui')
-rw-r--r--ui/build/cleanbuild.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go
index 06f6c63b7..a5986b249 100644
--- a/ui/build/cleanbuild.go
+++ b/ui/build/cleanbuild.go
@@ -117,6 +117,7 @@ func installClean(ctx Context, config Config) {
productOut("misc_info.txt"),
productOut("apex"),
productOut("kernel"),
+ productOut("kernel-*"),
productOut("data"),
productOut("skin"),
productOut("obj/NOTICE_FILES"),