提交 ec745bd2 编写于 作者: L logic42

change hdf testcase compile

Signed-off-by: Nlogic42 <wanglong108@huawei.com>
上级 8d66bf13
...@@ -13,12 +13,21 @@ ...@@ -13,12 +13,21 @@
import("//build/ohos_var.gni") import("//build/ohos_var.gni")
group("hdfacttest") { group("hdfacttest") {
testonly = true testonly = true
if (is_standard_system) { if (device_name == "rk3568") {
deps = [ if (is_standard_system) {
#"audio:ActsHdfXtstestAudioTest", deps = [
"input:ActsHdfXtstestInputTest", #"audio:ActsHdfXtstestAudioTest",
"sensor:ActsHdfXtstestSensorTest", "input:ActsHdfXtstestInputTest",
"wlan/wifi:ActsHdfXtstestWifiTest", ]
] }
} 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.
先完成此消息的编辑!
想要评论请 注册