commit | e380321735a3e14b714e4e09ad1bdcbeaf578850 | [log] [tgz] |
---|---|---|
author | Aaron Kling <webgeek1234@gmail.com> | Thu Oct 20 21:24:23 2022 -0500 |
committer | Colin Cross <ccross@android.com> | Wed Feb 15 21:12:23 2023 +0000 |
tree | 92722b0d89a0c00c33495cb9036b3b961b767335 | |
parent | 8d69e1b7efa748d039c527239cdeffe2d51d8fdd [diff] [blame] |
Rename otatools dependency from futility to futility-host The futility target for host is futility-host. This is required for ryu out of tree signing. Change-Id: I6c06ec69f991abc23597e19dd4478774cc4d56c4
diff --git a/core/Makefile b/core/Makefile index e0b1287..0ccea68 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -5022,7 +5022,7 @@ ifeq (true,$(PRODUCT_SUPPORTS_VBOOT)) INTERNAL_OTATOOLS_MODULES += \ - futility \ + futility-host \ vboot_signer endif