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.
2 parents e50c6a1 + a6ff5db commit 8f6ad4cCopy full SHA for 8f6ad4c
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