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

Commit c543f548 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Remove the key parameter when verifying avb images in validate_target_files" am: 1fc958b4

Change-Id: I8c218dda48facd192286c86f5ddb8d8f262b6881
parents 2c9931fb 1fc958b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ def ValidateVerifiedBootImages(input_tmp, info_dict, options):
    # vbmeta partitions (e.g. vbmeta_system).
    image = os.path.join(input_tmp, 'IMAGES', 'vbmeta.img')
    cmd = [info_dict['avb_avbtool'], 'verify_image', '--image', image,
           '--key', key, '--follow_chain_partitions']
           '--follow_chain_partitions']

    # Append the args for chained partitions if any.
    for partition in common.AVB_PARTITIONS + common.AVB_VBMETA_PARTITIONS: