提交 799c2e82 编写于 作者: T txl

l0l1编译错误

Signed-off-by: Ntxl <tangxianglei@huawei.com>
上级 4eef5dd9
...@@ -14,7 +14,12 @@ ...@@ -14,7 +14,12 @@
#import("//hit/build/suite.gni") #import("//hit/build/suite.gni")
import("test_packages.gni") import("test_packages.gni")
ohos_test_suite("acts") { ohos_test_suite("acts") {
deps = selected_packages deps = []
if (os_level == "standard") {
deps += selected_packages
} else {
deps += [ "//test/xts/acts/build_lite:acts" ]
}
} }
ohos_test_suite("acts_ivi") { ohos_test_suite("acts_ivi") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册