未验证 提交 0177bf64 编写于 作者: O openharmony_ci 提交者: Gitee

!554 Limit rust compile to rk3568 arm64.

Merge pull request !554 from heyingjiao/master
...@@ -334,7 +334,7 @@ ohos_unittest("RPCFeatureUnitTest") { ...@@ -334,7 +334,7 @@ ohos_unittest("RPCFeatureUnitTest") {
"//foundation/communication/ipc/test/resource/ipc/ohos_test.xml" "//foundation/communication/ipc/test/resource/ipc/ohos_test.xml"
} }
if (target_cpu == "arm64") { if (product_name == "rk3568" && target_cpu == "arm64") {
ohos_unittest("IPCCInterfaceUnitTest") { ohos_unittest("IPCCInterfaceUnitTest") {
module_out_path = MODULE_OUTPUT_PATH module_out_path = MODULE_OUTPUT_PATH
...@@ -383,7 +383,7 @@ group("unittest") { ...@@ -383,7 +383,7 @@ group("unittest") {
":InvokerFactoryTest", ":InvokerFactoryTest",
":RPCFeatureUnitTest", ":RPCFeatureUnitTest",
] ]
if (target_cpu == "arm64") { if (product_name == "rk3568" && target_cpu == "arm64") {
deps += [ ":IPCCInterfaceUnitTest" ] deps += [ ":IPCCInterfaceUnitTest" ]
} }
if (support_jsapi) { if (support_jsapi) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册