提交 1f53f9cf 编写于 作者: Y YOUR_NAME

Description:Limit rust compile to rk3568 arm64.

Feature or Bugfix:Feature
Binary Source: No
Signed-off-by: NYOUR_NAME <heyingjiao@huawei.com>
上级 dfa4ef3a
......@@ -334,7 +334,7 @@ ohos_unittest("RPCFeatureUnitTest") {
"//foundation/communication/ipc/test/resource/ipc/ohos_test.xml"
}
if (target_cpu == "arm64") {
if (product_name == "rk3568" && target_cpu == "arm64") {
ohos_unittest("IPCCInterfaceUnitTest") {
module_out_path = MODULE_OUTPUT_PATH
......@@ -383,7 +383,7 @@ group("unittest") {
":InvokerFactoryTest",
":RPCFeatureUnitTest",
]
if (target_cpu == "arm64") {
if (product_name == "rk3568" && target_cpu == "arm64") {
deps += [ ":IPCCInterfaceUnitTest" ]
}
if (support_jsapi) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册