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

Commit e4efe69f authored by Ethan Xia's avatar Ethan Xia Committed by android-build-merger
Browse files

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

am: 090e8eff

Change-Id: I34f3cc1a38b860fd3100548f55a38af9faf69e19
parents 377d5bdb 090e8eff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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():