Merge "system_dlkm: Add in list of partitions to clean" am: 47cb940902
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1973346 Change-Id: I36fd24a733c26fed1b62dd2d158b3247f15f6b62
This commit is contained in:
commit
819a7dbf94
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ func installClean(ctx Context, config Config) {
|
||||||
productOut("recovery"),
|
productOut("recovery"),
|
||||||
productOut("root"),
|
productOut("root"),
|
||||||
productOut("system"),
|
productOut("system"),
|
||||||
|
productOut("system_dlkm"),
|
||||||
productOut("system_other"),
|
productOut("system_other"),
|
||||||
productOut("vendor"),
|
productOut("vendor"),
|
||||||
productOut("vendor_dlkm"),
|
productOut("vendor_dlkm"),
|
||||||
|
|
Loading…
Reference in a new issue