diff options
| author | Ali B <abittin@gmail.com> | 2019-10-27 18:26:23 +0300 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2020-11-20 00:02:37 +0300 |
| commit | 0b0a8eec68cb5473d2c6d5d426ae5d92bf4dcc9f (patch) | |
| tree | 668b6033756fe81c3de61477491506c41e619e86 | |
| parent | 8c4fb2c5085aaf4319c557a0393318be4e10711b (diff) | |
soong: enhance deviceclean scope
Change-Id: I266e615566b7dc47454899924e615f29320276fe
| -rw-r--r-- | ui/build/cleanbuild.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 42c042dfb..a323818d8 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -70,8 +70,10 @@ func deviceClean(ctx Context, config Config, what int) { productOut("android-info.txt"), productOut("Changelog.txt"), productOut("kernel"), + productOut("ramdisk"), productOut("recovery"), productOut("root"), + productOut("symbols"), productOut("system"), productOut("system_other"), productOut("vendor")) |
