From 93aec844d909b6d4e3d635eae21cb17697bf3338 Mon Sep 17 00:00:00 2001 From: jiangdi Date: Fri, 6 Jun 2025 11:42:25 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E4=BB=93=EF=BC=8Celfutils?= =?UTF-8?q?=E6=97=A0=E9=A1=BB=E5=8F=82=E4=B8=8E=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangdi --- bundle.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/bundle.json b/bundle.json index f8febdae..6a45c5ea 100644 --- a/bundle.json +++ b/bundle.json @@ -29,17 +29,7 @@ }, "build": { "sub_component": [], - "inner_kits": [ - { - "header": { - "header_base": "//third_party/elfutils/libdw", - "header_files": [ - "libdw.h" - ] - }, - "name": "//third_party/elfutils:libdw_static" - } - ], + "inner_kits": [], "test": [] } } -- Gitee