diff --git a/utils/build.ps1 b/utils/build.ps1 index 913988e5e519f..3ee0b38020660 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -305,7 +305,7 @@ $AndroidX86 = @{ CMakeName = "i686"; LLVMName = "i686"; LLVMTarget = "i686-unknown-linux-android$AndroidAPILevel"; - ShortName = "i686"; + ShortName = "x86"; BuildID = 600; BinaryCache = "$BinaryCache\i686"; PlatformInstallRoot = "$BinaryCache\x86\Android.platform"; @@ -320,7 +320,7 @@ $AndroidX64 = @{ CMakeName = "x86_64"; LLVMName = "x86_64"; LLVMTarget = "x86_64-unknown-linux-android$AndroidAPILevel"; - ShortName = "x86_64"; + ShortName = "x64"; BuildID = 700; BinaryCache = "$BinaryCache\x86_64"; PlatformInstallRoot = "$BinaryCache\x64\Android.platform";