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

Commit 4980a327 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...

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

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

Change-Id: I758e0c02cc39f12671274d207dc478aa2d225a2e
parents 3a5cd7d6 e5c570c9
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"))
}