提交 ec745bd2 编写于 作者: L logic42

change hdf testcase compile

Signed-off-by: Nlogic42 <wanglong108@huawei.com>
上级 8d66bf13
......@@ -13,6 +13,14 @@
import("//build/ohos_var.gni")
group("hdfacttest") {
testonly = true
if (device_name == "rk3568") {
if (is_standard_system) {
deps = [
#"audio:ActsHdfXtstestAudioTest",
"input:ActsHdfXtstestInputTest",
]
}
} else {
if (is_standard_system) {
deps = [
#"audio:ActsHdfXtstestAudioTest",
......@@ -21,4 +29,5 @@ group("hdfacttest") {
"wlan/wifi:ActsHdfXtstestWifiTest",
]
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册