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

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

Merge pull request !1412 from logic42/master
......@@ -13,12 +13,21 @@
import("//build/ohos_var.gni")
group("hdfacttest") {
testonly = true
if (is_standard_system) {
deps = [
#"audio:ActsHdfXtstestAudioTest",
"input:ActsHdfXtstestInputTest",
"sensor:ActsHdfXtstestSensorTest",
"wlan/wifi:ActsHdfXtstestWifiTest",
]
if (device_name == "rk3568") {
if (is_standard_system) {
deps = [
#"audio:ActsHdfXtstestAudioTest",
"input:ActsHdfXtstestInputTest",
]
}
} else {
if (is_standard_system) {
deps = [
#"audio:ActsHdfXtstestAudioTest",
"input:ActsHdfXtstestInputTest",
"sensor:ActsHdfXtstestSensorTest",
"wlan/wifi:ActsHdfXtstestWifiTest",
]
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册