精准编译优化,模板修改formatcheck

Signed-off-by: txl <tangxianglei@huawei.com>
This commit is contained in:
txl 2024-04-22 15:47:10 +08:00
parent d44a71d8d3
commit 62257b2a81
No known key found for this signature in database
GPG Key ID: 2B3B4E0141E8C529

View File

@ -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
}