From c3007fe6ef08f8fa0205ae38ac5215a58491f820 Mon Sep 17 00:00:00 2001 From: zhouxinyu Date: Tue, 28 Apr 2026 20:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E8=90=BDlibunwind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iefe17f0a4c788583d204ef9e8713ceb09311fc0f Signed-off-by: maleibing --- BUILD.gn | 9 --------- 1 file changed, 9 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index bf86c2ef..be4bc9eb 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -710,10 +710,6 @@ if (defined(ohos_lite)) { } shared_library("libunwind") { - deps = [ - ":libunwind_action", - ":unwind_source", - ] public_configs = [ ":unwind_config_public" ] } } else { @@ -861,10 +857,6 @@ if (defined(ohos_lite)) { } ohos_shared_library("libunwind") { - deps = [ - ":libunwind_action", - ":unwind_source", - ] install_images = [ "system", "updater", @@ -872,7 +864,6 @@ if (defined(ohos_lite)) { public_configs = [ ":unwind_config_public" ] innerapi_tags = [ "platformsdk", - "chipsetsdk_sp", ] subsystem_name = "thirdparty" part_name = "libunwind"