Merge "system_dlkm: add to the non AB ota" am: 6daac9c78d
am: 08b63fb8fb
am: ae1f809dd8
Original change: https://android-review.googlesource.com/c/platform/build/+/1978046 Change-Id: Ifa172f7d48d3239b7b1f4ef66db61d562c201836
This commit is contained in:
commit
c2e6419962
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def GetBlockDifferences(target_zip, source_zip, target_info, source_info,
|
|||
|
||||
block_diff_dict = collections.OrderedDict()
|
||||
partition_names = ["system", "vendor", "product", "odm", "system_ext",
|
||||
"vendor_dlkm", "odm_dlkm"]
|
||||
"vendor_dlkm", "odm_dlkm", "system_dlkm"]
|
||||
for partition in partition_names:
|
||||
if not HasPartition(target_zip, partition):
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue