Merge \"bvb: Update path to key since repo was moved.\"

am: 8b3b1727da

Change-Id: I0256523824d49aa59ba61eec18b85a9a2a9324d2
This commit is contained in:
David Zeuthen
2016-06-13 16:03:11 +00:00
committed by android-build-merger

View File

@@ -518,7 +518,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)