aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdithya R <gh0strider.2k18.reborn@gmail.com>2022-02-23 21:47:25 +0530
committerGeorge Zacharia <george.zcharia@gmail.com>2022-07-21 22:21:49 +0530
commit940d3087fc1a28f26aa7dcd3be74f9ae6f66ea9c (patch)
tree79c81056f0e5051937f165beeb895baf6ff238e2
parent93f2d2a72f660b97fe0b26585752ac194c2a7344 (diff)
soong: Remove KERNEL_OBJ on installclean
* entire kernel gets copied there and sometimes doesnt get updated Change-Id: I489db834980fad136e516026ffc2af148ed0cd96
-rw-r--r--ui/build/cleanbuild.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go
index 41ad0eb3a..bbec78d2e 100644
--- a/ui/build/cleanbuild.go
+++ b/ui/build/cleanbuild.go
@@ -124,6 +124,7 @@ func installClean(ctx Context, config Config) {
productOut("skin"),
productOut("obj/NOTICE_FILES"),
productOut("obj/PACKAGING"),
+ productOut("obj/KERNEL_OBJ"),
productOut("ramdisk"),
productOut("debug_ramdisk"),
productOut("vendor_ramdisk"),