Skip to content

Commit 8f6ad4c

Browse files
authored
Merge pull request #78449 from compnerd/shortage
utils: update short name for Android
2 parents e50c6a1 + a6ff5db commit 8f6ad4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ $AndroidX86 = @{
297297
CMakeName = "i686";
298298
LLVMName = "i686";
299299
LLVMTarget = "i686-unknown-linux-android$AndroidAPILevel";
300-
ShortName = "i686";
300+
ShortName = "x86";
301301
BuildID = 600;
302302
BinaryCache = "$BinaryCache\i686";
303303
PlatformInstallRoot = "$BinaryCache\x86\Android.platform";
@@ -312,7 +312,7 @@ $AndroidX64 = @{
312312
CMakeName = "x86_64";
313313
LLVMName = "x86_64";
314314
LLVMTarget = "x86_64-unknown-linux-android$AndroidAPILevel";
315-
ShortName = "x86_64";
315+
ShortName = "x64";
316316
BuildID = 700;
317317
BinaryCache = "$BinaryCache\x86_64";
318318
PlatformInstallRoot = "$BinaryCache\x64\Android.platform";

0 commit comments

Comments
 (0)