mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-23 16:00:16 +00:00
精准编译优化,模板修改formatcheck
Signed-off-by: txl <tangxianglei@huawei.com>
This commit is contained in:
parent
d44a71d8d3
commit
62257b2a81
@ -43,7 +43,11 @@ template("ohos_testsuite_base") {
|
||||
}
|
||||
|
||||
precise_build_boolean = true
|
||||
if (precise_xts && filter_include(precise_run, ["all", _part_name ]) == []) {
|
||||
if (precise_xts && filter_include(precise_run,
|
||||
[
|
||||
"all",
|
||||
_part_name,
|
||||
]) == []) {
|
||||
print("precise_xts is on ,${_part_name} is not on build")
|
||||
precise_build_boolean = false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user