Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d23b4dd1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add odm_dlkm and vendor_dlkm to the installclean list" am: a9a42761

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1461082

Change-Id: I6768391137df45b8ca2afe3334d2bb049bfd5292
parents 42c7aa81 a9a42761
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ func installClean(ctx Context, config Config, what int) {
		productOut("system"),
		productOut("system_other"),
		productOut("vendor"),
		productOut("vendor_dlkm"),
		productOut("product"),
		productOut("system_ext"),
		productOut("oem"),
@@ -136,6 +137,7 @@ func installClean(ctx Context, config Config, what int) {
		productOut("coverage"),
		productOut("installer"),
		productOut("odm"),
		productOut("odm_dlkm"),
		productOut("sysloader"),
		productOut("testcases"))
}