Merge "Add odm_dlkm and vendor_dlkm to the installclean list"
This commit is contained in:
@@ -127,6 +127,7 @@ func installClean(ctx Context, config Config, what int) {
|
|||||||
productOut("system"),
|
productOut("system"),
|
||||||
productOut("system_other"),
|
productOut("system_other"),
|
||||||
productOut("vendor"),
|
productOut("vendor"),
|
||||||
|
productOut("vendor_dlkm"),
|
||||||
productOut("product"),
|
productOut("product"),
|
||||||
productOut("system_ext"),
|
productOut("system_ext"),
|
||||||
productOut("oem"),
|
productOut("oem"),
|
||||||
@@ -136,6 +137,7 @@ func installClean(ctx Context, config Config, what int) {
|
|||||||
productOut("coverage"),
|
productOut("coverage"),
|
||||||
productOut("installer"),
|
productOut("installer"),
|
||||||
productOut("odm"),
|
productOut("odm"),
|
||||||
|
productOut("odm_dlkm"),
|
||||||
productOut("sysloader"),
|
productOut("sysloader"),
|
||||||
productOut("testcases"))
|
productOut("testcases"))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user