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

Commit a9a42761 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add odm_dlkm and vendor_dlkm to the installclean list"

parents 17e97d97 ce4c7cd5
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"))
}