Merge \"releasetools: Change the default key path for bvbtool\"

am: 7c7571d510

Change-Id: Ic02f432c689edba37ecce684662d8f5f1cfc32b6
This commit is contained in:
Ethan Xia
2016-06-28 01:57:26 +00:00
committed by android-build-merger

View File

@@ -598,7 +598,7 @@ def _BuildBvbBootableImage(sourcedir, fs_config_file, system_img_path,
cmd.extend(["--algorithm", algorithm, "--key", key_path]) cmd.extend(["--algorithm", algorithm, "--key", key_path])
else: else:
cmd.extend(["--algorithm", "SHA256_RSA4096"]) 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) args = info_dict.get("board_bvb_sign_boot_image_args", None)
if args and args.strip(): if args and args.strip():