Fix test_sign_apex
Test: python -m unittest test_sign_apex Change-Id: I2a27a394b3de32fa29e487bea0b7721502a8bd98
This commit is contained in:
parent
4e98e687ec
commit
c3fdfed11b
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue