You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: android/ndk#1299
Context: https://developer.android.com/tools/releases/build-tools
Similar to the Android NDK (android/ndk#1299), `aapt2` from the
Android SDK build-tools package is also a native binary.
`aapt2` from build-tools_r32 only contains an x64 slice:
% file aapt2
aapt2: Mach-O 64-bit executable x86_64
`aapt2` in build-tools_r33 and build-tools_r34 contains both x64
and arm64 slices:
% file aapt2
aapt2: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64]
aapt2 (for architecture x86_64): Mach-O 64-bit executable x86_64
aapt2 (for architecture arm64): Mach-O 64-bit executable arm64
Update `$(XABuildToolsVersion)`=34, so that we redistribute this
newer `aapt2` binary. This will remove *a* place that Rosetta 2 is
required to use .NET Android.
0 commit comments