diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 8e7f96a4e..bfe2c36e4 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -99,6 +99,7 @@ func installClean(ctx Context, config Config, what int) { productOut("*.img"), productOut("*.zip"), productOut("android-info.txt"), + productOut("apex"), productOut("kernel"), productOut("data"), productOut("skin"),