We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d6979 commit a6ff5dbCopy full SHA for a6ff5db
utils/build.ps1
@@ -297,7 +297,7 @@ $AndroidX86 = @{
297
CMakeName = "i686";
298
LLVMName = "i686";
299
LLVMTarget = "i686-unknown-linux-android$AndroidAPILevel";
300
- ShortName = "i686";
+ ShortName = "x86";
301
BuildID = 600;
302
BinaryCache = "$BinaryCache\i686";
303
PlatformInstallRoot = "$BinaryCache\x86\Android.platform";
@@ -312,7 +312,7 @@ $AndroidX64 = @{
312
CMakeName = "x86_64";
313
LLVMName = "x86_64";
314
LLVMTarget = "x86_64-unknown-linux-android$AndroidAPILevel";
315
- ShortName = "x86_64";
+ ShortName = "x64";
316
BuildID = 700;
317
BinaryCache = "$BinaryCache\x86_64";
318
PlatformInstallRoot = "$BinaryCache\x64\Android.platform";
0 commit comments