提交 e314ae7b 编写于 作者: T txl

部件名修改编译补丁

Signed-off-by: Ntxl <tangxianglei@huawei.com>
上级 5a36c727
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#import("//hit/build/suite.gni") #import("//hit/build/suite.gni")
import("test_packages.gni") import("test_packages.gni")
if (os_level == "standard") { if (os_level == "standard") {
ohos_test_suite("acts") { ohos_test_suite("xts_acts") {
deps = selected_packages deps = selected_packages
} }
......
...@@ -80,7 +80,7 @@ parse_cmdline() ...@@ -80,7 +80,7 @@ parse_cmdline()
shift shift
done done
if [ "$SYSTEM_SIZE" = "standard" ]; then 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"} PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"}
else else
BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"} BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"}
......
...@@ -18,7 +18,7 @@ group("acts_group") { ...@@ -18,7 +18,7 @@ group("acts_group") {
testonly = true testonly = true
deps = [] deps = []
if (os_level == "standard") { 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.
先完成此消息的编辑!
想要评论请 注册