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

Commit e5c570c9 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 am: d23b4dd1

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

Change-Id: Ia5e51a412b6a37fce8b997b523fedbad7b59a6a0
parents f01cb926 d23b4dd1
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"))
}