From 558dba163101ee84d1610a2f2bdcac45a6f14531 Mon Sep 17 00:00:00 2001 From: lanyill Date: Mon, 26 Sep 2022 13:13:52 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2048a3ae1=20from=20https://gitee.com/lany?= =?UTF-8?q?ill/xts=5Facts/pulls/5674=20=E4=BF=AE=E5=A4=8Dxcomponent=20xts?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E8=BF=90=E8=A1=8C=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lanyill --- arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn b/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn index ce60b886b..aa64da41e 100644 --- a/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn +++ b/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn @@ -37,13 +37,7 @@ ohos_shared_library("nativerender") { ] if (!(product_name == "m40")) { - if (target_cpu == "arm") { - libs = [ "${clang_base_path}/../libcxx-ndk/lib/arm-linux-ohos/c++/libc++_shared.so" ] - } else if (target_cpu == "arm64") { - libs = [ "${clang_base_path}/../libcxx-ndk/lib/aarch64-linux-ohos/c++/libc++_shared.so" ] - } else { - libs = [] - } + stl = "c++_shared" } include_dirs = [ -- GitLab