Merge \\\"releasetools: Change the default key path for bvbtool\\\" am: 7c7571d510
am: 090e8eff5e
am: e4efe69fae
Change-Id: If1d96c88a42d3894d7c9bccef6064f159bf185d2
This commit is contained in:
commit
886846300d
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ def _BuildBvbBootableImage(sourcedir, fs_config_file, system_img_path,
|
|||
cmd.extend(["--algorithm", algorithm, "--key", key_path])
|
||||
else:
|
||||
cmd.extend(["--algorithm", "SHA256_RSA4096"])
|
||||
cmd.extend(["--key", "system/bvb/test/testkey_rsa4096.pem"])
|
||||
cmd.extend(["--key", "external/bvb/test/testkey_rsa4096.pem"])
|
||||
|
||||
args = info_dict.get("board_bvb_sign_boot_image_args", None)
|
||||
if args and args.strip():
|
||||
|
|
Loading…
Reference in a new issue