提交 d2f12ec3 编写于 作者: 耿文广

7.30

Signed-off-by: N耿文广 <gengwenguang@huawei.com>
上级 61e7e206
...@@ -30,15 +30,7 @@ ohos_js_hap_suite("ActsBundleNativeTest") { ...@@ -30,15 +30,7 @@ ohos_js_hap_suite("ActsBundleNativeTest") {
} }
ohos_prebuilt_shared_library("libcppsharedso") { ohos_prebuilt_shared_library("libcppsharedso") {
if (!(product_name == "m40")) { source = "//prebuilts/clang/ohos/linux-x86_64/libcxx-ndk/lib/arm-linux-ohos/c++/libc++_shared.so"
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") { ohos_js_assets("ace_third_ets_assets") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册