From 875ccc28b603488ce71fc3bce9c725b9bc47e0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deal=28=E4=B8=80=E7=BA=BF=E7=81=B5=29?= Date: Wed, 5 Jul 2023 19:12:49 +0800 Subject: [PATCH] Remove duplicate option -xt from build.ps1 --- build.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.ps1 b/build.ps1 index f283c8ec38..b326ef8eb4 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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) {