diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 9df3ac0ef4..09c03f128f 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -107,6 +107,8 @@ func installClean(ctx Context, config Config, what int) { productOut("android-info.txt"), productOut("apex"), productOut("kernel"), + productOut("kernel-*"), + productOut("recovery_kernel"), productOut("data"), productOut("skin"), productOut("obj/NOTICE_FILES"),