From 5a98bb280810af88c318fda37ddb66302622f575 Mon Sep 17 00:00:00 2001 From: hosted Date: Mon, 20 Oct 2025 22:00:39 +0800 Subject: [PATCH] inner_kits provided by elfutils only supports host compilation https://gitcode.com/openharmony/third_party_elfutils/issues/43 Signed-off-by: hosted --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index e739c940..9ede3134 100644 --- a/bundle.json +++ b/bundle.json @@ -35,7 +35,8 @@ "header_base": "third_party/elfutils", "header_files": [] }, - "name": "//third_party/elfutils:libdw_static" + "name": "//third_party/elfutils:libdw_static", + "host_only": true } ], "test": []