From 572aadf1fbdeed2dff306da633389ffb5b4ff5dc Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 9 Sep 2020 13:50:36 +0200 Subject: [PATCH] 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 --- coin/provisioning/common/windows/android.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {