Merge \\\"bvb: Update path to key since repo was moved.\\\" am: 8b3b1727da am: 8ab7487660

am: a787117cc5

Change-Id: I564533914e0267411a0aa363735222845cc0e38f
This commit is contained in:
David Zeuthen 2016-06-13 16:11:27 +00:00 committed by android-build-merger
commit 029f3fe2f4
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ endif
ifndef BOARD_BVB_KEY_PATH
# If key path isn't specified, use the 4096-bit test key.
INTERNAL_BVBTOOL_SIGN_BOOT_IMAGE_ARGS := --algorithm SHA256_RSA4096 \
--key system/bvb/test/testkey_rsa4096.pem
--key external/bvb/test/testkey_rsa4096.pem
else
INTERNAL_BVBTOOL_SIGN_BOOT_IMAGE_ARGS := \
--algorithm $(BOARD_BVB_ALGORITHM) --key $(BOARD_BVB_KEY_PATH)