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

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

Merge "system_dlkm: add to the non AB ota"

parents bcb81e74 7ecb0ec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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