aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-05-06 16:23:09 -0700
committerTao Bao <tbao@google.com>2019-05-06 20:03:24 -0700
commitd14c2f88dfbf86692e16ff09f91bb28fe7402e7b (patch)
tree076371e6953aaaf3f14a3e07020ae6d2f4046677
parent5e25df9f5a1a2ab8dc84f5088517507f1c5a3980 (diff)
downloadbuild-d14c2f88dfbf86692e16ff09f91bb28fe7402e7b.tar.gz
Use the installed vboot_signer.
Bug: 34738751 Test: Set `PRODUCT_SUPPORTS_VBOOT := true` and `m -j otatools-package`. Check the packed tools. Test: Set `PRODUCT_SUPPORTS_VBOOT := true` and `m -j bootimage`. Change-Id: Ia2ea475e3dc03cada1da524a299a21b8ad7ed536
-rw-r--r--core/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.mk b/core/config.mk
index bf59fb1caa..1db37ef304 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -608,7 +608,7 @@ BUILD_VERITY_METADATA := $(HOST_OUT_EXECUTABLES)/build_verity_metadata
BUILD_VERITY_TREE := $(HOST_OUT_EXECUTABLES)/build_verity_tree
BOOT_SIGNER := $(HOST_OUT_EXECUTABLES)/boot_signer
FUTILITY := $(HOST_OUT_EXECUTABLES)/futility-host
-VBOOT_SIGNER := prebuilts/misc/scripts/vboot_signer/vboot_signer.sh
+VBOOT_SIGNER := $(HOST_OUT_EXECUTABLES)/vboot_signer
FEC := $(HOST_OUT_EXECUTABLES)/fec
BRILLO_UPDATE_PAYLOAD := $(HOST_OUT_EXECUTABLES)/brillo_update_payload