提交 e314ae7b 编写于 作者: T txl

部件名修改编译补丁

Signed-off-by: Ntxl <tangxianglei@huawei.com>
上级 5a36c727
......@@ -14,7 +14,7 @@
#import("//hit/build/suite.gni")
import("test_packages.gni")
if (os_level == "standard") {
ohos_test_suite("acts") {
ohos_test_suite("xts_acts") {
deps = selected_packages
}
......
......@@ -80,7 +80,7 @@ parse_cmdline()
shift
done
if [ "$SYSTEM_SIZE" = "standard" ]; then
BUILD_TARGET=${BUILD_TARGET:-"test/xts/acts:acts"}
BUILD_TARGET=${BUILD_TARGET:-"test/xts/acts:xts_acts"}
PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"}
else
BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"}
......
......@@ -18,7 +18,7 @@ group("acts_group") {
testonly = true
deps = []
if (os_level == "standard") {
deps += [ "${xts_acts_path}:acts" ]
deps += [ "${xts_acts_path}:xts_acts" ]
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册