From 37b4a9819bedb654dbab29fdde3035f5d80197d7 Mon Sep 17 00:00:00 2001 From: Ethan Xia Date: Mon, 27 Jun 2016 17:19:01 +0800 Subject: [PATCH] releasetools: Change the default key path for bvbtool The bvb path has been changed from 'system/bvb' to 'external/bvb' Change-Id: I8587351b7d702a287883c6bd3c9de1cd3540435b --- tools/releasetools/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index 9d080d918..8a5eb8961 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py @@ -550,7 +550,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(): -- 2.11.0