Remove duplicate option -xt from build.ps1

This commit is contained in:
Deal(一线灵) 2023-07-05 19:12:49 +08:00 committed by GitHub
parent 802e7052c1
commit 875ccc28b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -88,10 +88,6 @@ $is_ci = $env:GITHUB_ACTIONS -eq 'true'
# start construct full cmd line
$fullCmdLine = @("$((Resolve-Path -Path "$AX_ROOT/tools/ci/build1k.ps1").Path)")
if ($options.p -eq 'android') {
$fullCmdLine += "'-xt'", "'gradle'"
}
$search_prior_dir = $options.d
if (!$search_prior_dir -and $is_engine -and $is_android) {
if ($is_ci) {