From d4e9da58b9d301970707910c4b6944775d3a975e Mon Sep 17 00:00:00 2001 From: Willy Tu Date: Thu, 30 Jul 2026 17:51:33 +0000 Subject: [PATCH] Update htool to use fully_static_link_target This change replaces the deprecated fully_static_link feature with fully_static_link_target in htool.blueprint. This aligns with updated toolchain features for static linking. Signed-off-by: Willy Tu --- examples/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BUILD b/examples/BUILD index c41e3f4..31df79f 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -239,7 +239,7 @@ cc_binary( "htool_usb.c", "htool_usb.h", ], - features = ["-fully_static_link"], + features = ["fully_static_link_target"], deps = [ ":host_commands", ":srtm",