日落libunwind

Change-Id: Iefe17f0a4c788583d204ef9e8713ceb09311fc0f
Signed-off-by: maleibing <maleibing1@h-partners.com>
This commit is contained in:
zhouxinyu
2026-04-28 20:39:30 +08:00
parent b648e38fa5
commit c3007fe6ef
-9
View File
@@ -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"