diff options
author | Jarl-Penguin <jarlpenguin@outlook.com> | 2021-07-20 15:31:28 +0300 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-12-25 21:42:48 +0800 |
commit | 6ff31c86c3d074431cd66eab737aad107032513d (patch) | |
tree | cb68b377c355af32c665abce002c2816817fade8 | |
parent | 17121bc63d097235d4d699508bad6385437b5b4b (diff) |
cleanbuild: Add `recovery_kernel` to installclean files
Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com>
Change-Id: I89b7093be92cb22a223033f9a7269624f7293c35
-rw-r--r-- | ui/build/cleanbuild.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 83118eaea..b3824db42 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -160,6 +160,7 @@ func installClean(ctx Context, config Config) { productOut("apex"), productOut("kernel"), productOut("kernel-*"), + productOut("recovery_kernel"), productOut("data"), productOut("skin"), productOut("obj/NOTICE_FILES"), |