aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-09-09 13:50:36 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-09-09 13:58:17 +0200
commit572aadf1fbdeed2dff306da633389ffb5b4ff5dc (patch)
tree6d9ba4d885e8b242e511d79bc04c744c629bbfe3 /coin/provisioning
parente3600116b3321001243767ddffb1846db3de2eb9 (diff)
Android: Fix typo in ANDROID_SDK_HOME Windows host env var
Apparently qmake doesn't actually use the env var, but this failed the WIP CMake Android configurations. Amends e3600116b3321001243767ddffb1846db3de2eb9 Change-Id: I30866af0eb63efefe72b709182f8cb5ba3250b12 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'coin/provisioning')
-rw-r--r--coin/provisioning/common/windows/android.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/provisioning/common/windows/android.ps1 b/coin/provisioning/common/windows/android.ps1
index f95a6f88..951a598d 100644
--- a/coin/provisioning/common/windows/android.ps1
+++ b/coin/provisioning/common/windows/android.ps1
@@ -79,7 +79,7 @@ Set-EnvironmentVariable "ANDROID_NDK_ROOT" $ndkFolder
Install $toolsCachedUrl $sdkZip $toolsChecksum $sdkOfficialUrl
New-Item -ItemType directory -Path $toolsFolder
Move-Item -Path C:\Utils\Android\tools -Destination $toolsFolder\
-Set-EnvironmentVariable "ANDROID_SDK_HOME" "C:\Utils\Anrdoid"
+Set-EnvironmentVariable "ANDROID_SDK_HOME" "C:\Utils\Android"
Set-EnvironmentVariable "ANDROID_API_VERSION" $sdkApiLevel
if (IsProxyEnabled) {