提交 4fe97c08 编写于 作者: O openharmony_ci 提交者: Gitee

!1407 修改测试套编译适配RK3568单板

Merge pull request !1407 from logic42/master
......@@ -15,7 +15,10 @@ import("//build/ohos_var.gni")
group("sensor") {
testonly = true
if (is_standard_system) {
deps = [ "sensor_standard:sensor_js_test" ]
if (device_name == "rk3568") {
} else {
if (is_standard_system) {
deps = [ "sensor_standard:sensor_js_test" ]
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册