mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
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 e3600116b3
Change-Id: I30866af0eb63efefe72b709182f8cb5ba3250b12
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -79,7 +79,7 @@ Set-EnvironmentVariable "ANDROID_NDK_ROOT" $ndkFolder
|
|||||||
Install $toolsCachedUrl $sdkZip $toolsChecksum $sdkOfficialUrl
|
Install $toolsCachedUrl $sdkZip $toolsChecksum $sdkOfficialUrl
|
||||||
New-Item -ItemType directory -Path $toolsFolder
|
New-Item -ItemType directory -Path $toolsFolder
|
||||||
Move-Item -Path C:\Utils\Android\tools -Destination $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
|
Set-EnvironmentVariable "ANDROID_API_VERSION" $sdkApiLevel
|
||||||
|
|
||||||
if (IsProxyEnabled) {
|
if (IsProxyEnabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user