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

Commit 9de9e07e authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Automerger Merge Worker
Browse files

Merge "Fix test_sign_apex" am: 8f8522a8

Original change: https://android-review.googlesource.com/c/platform/build/+/1545991

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7d5295950b71339aa3114c25f37cb28d049d3768
parents be17aa48 8f8522a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -370,11 +370,12 @@ def SignApex(avbtool, apex_data, payload_key, container_key, container_pw,
  extra_signapk_args = OPTIONS.extra_signapk_args[:]
  extra_signapk_args.extend(['-a', '4096'])

  password = container_pw.get(container_key) if container_pw else None
  common.SignFile(
      aligned_apex,
      signed_apex,
      container_key,
      container_pw.get(container_key),
      password,
      codename_to_api_level_map=codename_to_api_level_map,
      extra_signapk_args=extra_signapk_args)