summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorDavid Riley <davidriley@google.com>2015-03-03 08:54:11 -0800
committerDavid Riley <davidriley@google.com>2015-03-26 17:54:40 +0000
commit17be3d3921d273bed31cfc4098d76b7462b085b4 (patch)
tree3d34a7c876fc1ab938971ec37ef3fe2c694cc3d2 /core/config.mk
parentbb49bc5417dff8430f6bd334085f4f2737cd7649 (diff)
downloadbuild-17be3d3921d273bed31cfc4098d76b7462b085b4.zip
build-17be3d3921d273bed31cfc4098d76b7462b085b4.tar.gz
build-17be3d3921d273bed31cfc4098d76b7462b085b4.tar.bz2
Add support to sign boot images with vboot.
Change-Id: I924468fe06f7d38d4fc49c2ae9dfee734fd58867 Signed-off-by: David Riley <davidriley@google.com> (cherry picked from commit 14fb7236c1942a9f5050b3e608a0f5f4cd1cae1d)
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 41f9524..c3877ee 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -463,6 +463,8 @@ APPEND2SIMG := $(HOST_OUT_EXECUTABLES)/append2simg
VERITY_SIGNER := $(HOST_OUT_EXECUTABLES)/verity_signer
BUILD_VERITY_TREE := $(HOST_OUT_EXECUTABLES)/build_verity_tree
BOOT_SIGNER := $(HOST_OUT_EXECUTABLES)/boot_signer
+FUTILITY := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/futility/futility
+VBOOT_SIGNER := prebuilts/misc/scripts/vboot_signer/vboot_signer.sh
# ACP is always for the build OS, not for the host OS
ACP := $(BUILD_OUT_EXECUTABLES)/acp$(BUILD_EXECUTABLE_SUFFIX)