提交 61ae3726 编写于 作者: T txl

编译l1报错

Signed-off-by: Ntxl <tangxianglei@huawei.com>
上级 79ac9408
...@@ -13,18 +13,20 @@ ...@@ -13,18 +13,20 @@
#import("//hit/build/suite.gni") #import("//hit/build/suite.gni")
import("test_packages.gni") import("test_packages.gni")
ohos_test_suite("acts") { if (os_level == "standard") {
deps = selected_packages ohos_test_suite("acts") {
} deps = selected_packages
}
ohos_test_suite("acts_ivi") { ohos_test_suite("acts_ivi") {
deps = selected_packages_ivi deps = selected_packages_ivi
} }
ohos_test_suite("acts_intellitv") { ohos_test_suite("acts_intellitv") {
deps = selected_packages_intellitv deps = selected_packages_intellitv
} }
ohos_test_suite("acts_wearable") { ohos_test_suite("acts_wearable") {
deps = selected_packages_wearable deps = selected_packages_wearable
}
} }
...@@ -19,7 +19,12 @@ group("acts_group") { ...@@ -19,7 +19,12 @@ group("acts_group") {
deps = [] deps = []
if (os_level == "standard") { if (os_level == "standard") {
deps += [ "${xts_acts_path}:acts" ] deps += [ "${xts_acts_path}:acts" ]
} else { }
}
group("acts_lite") {
deps = []
if (os_level != "standard") {
deps += [ "${xts_acts_path}/build_lite:acts" ] deps += [ "${xts_acts_path}/build_lite:acts" ]
} }
} }
\ No newline at end of file
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"third_party": [] "third_party": []
}, },
"build": { "build": {
"sub_component": [], "sub_component": [ "//test/xts/acts/build:acts_lite" ],
"inner_kits": [], "inner_kits": [],
"test": [ "//test/xts/acts/build:acts_group" ] "test": [ "//test/xts/acts/build:acts_group" ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册