diff options
Diffstat (limited to 'core/config.mk')
-rw-r--r-- | core/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk index c4d088d..0e612a7 100644 --- a/core/config.mk +++ b/core/config.mk @@ -405,6 +405,7 @@ RMTYPEDEFS := $(HOST_OUT_EXECUTABLES)/rmtypedefs 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 # ACP is always for the build OS, not for the host OS ACP := $(BUILD_OUT_EXECUTABLES)/acp$(BUILD_EXECUTABLE_SUFFIX) |