未验证 提交 637c59ba 编写于 作者: O openharmony_ci 提交者: Gitee

!4716 修复编译报错问题

Merge pull request !4716 from 耿文广/master
......@@ -30,15 +30,7 @@ ohos_js_hap_suite("ActsBundleNativeTest") {
}
ohos_prebuilt_shared_library("libcppsharedso") {
if (!(product_name == "m40")) {
if (target_cpu == "arm") {
source = "//prebuilts/clang/ohos/linux-x86_64/libcxx-ndk/lib/arm-linux-ohos/c++/libc++_shared.so"
} else if (target_cpu == "arm64") {
source = "//prebuilts/clang/ohos/linux-x86_64/libcxx-ndk/lib/aarch64-linux-ohos/c++/libc++_shared.so"
} else {
source = " "
}
}
}
ohos_js_assets("ace_third_ets_assets") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册