diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 251c955c2..ce59e2ce0 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -131,6 +131,7 @@ func installClean(ctx Context, config Config) { productOut("apex"), productOut("kernel"), productOut("kernel-*"), + productOut("recovery_kernel"), productOut("data"), productOut("skin"), productOut("obj/NOTICE_FILES"),