aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormosimchah <mosimchah@gmail.com>2025-12-15 11:14:46 -0500
committermosimchah <mosimchah@gmail.com>2025-12-15 11:14:46 -0500
commitf47380a26b527b26e19dd9a4d249818fdbfe076e (patch)
treef0c7a6bd7b3a34b5e65159d50152d6aeac9d066a
parentffe7cab33f7782b8b1862d7adb103cf28bad617f (diff)
parent64ac8f36a703d4a5af7d1a5685d3dfa256ebcc6f (diff)
Merge branch 'lineage-23.0' of https://github.com/LineageOS/android_build_soong into HEADw16.0
* 'lineage-23.0' of https://github.com/LineageOS/android_build_soong: Revert "cleanbuild: Add `recovery_kernel` to installclean files" Change-Id: Ibcf93abb7cc79a78c9cd0ca0dcc4ba6e90c40248
-rw-r--r--ui/build/cleanbuild.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go
index a58596fbf..6772f0354 100644
--- a/ui/build/cleanbuild.go
+++ b/ui/build/cleanbuild.go
@@ -138,7 +138,6 @@ func installClean(ctx Context, config Config) {
productOut("apex"),
productOut("kernel"),
productOut("kernel-*"),
- productOut("recovery_kernel"),
productOut("data"),
productOut("skin"),
productOut("obj/NOTICE_FILES"),