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

Commit 365738bf authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "releasetools: No-op change to use common.AVB_VBMETA_PARTITIONS." am:...

Merge "releasetools: No-op change to use common.AVB_VBMETA_PARTITIONS." am: 4995d2fe am: 601fc23e
am: d05c5b09

Change-Id: Iec51af28efd48f982fc5e3ef823f768bf2012a32
parents 0126dbf4 d05c5b09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ def AddVBMeta(output_zip, partitions, name, needed_partitions):
    if partition not in needed_partitions:
      continue
    assert (partition in common.AVB_PARTITIONS or
            partition.startswith('vbmeta_')), \
            partition in common.AVB_VBMETA_PARTITIONS), \
        'Unknown partition: {}'.format(partition)
    assert os.path.exists(path), \
        'Failed to find {} for {}'.format(path, partition)