[build] Bump $(XABuildToolsVersion)=34 - #8118
Merged
Merged
Conversation
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.
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Jun 12, 2023
* main: LEGO: Merge pull request 8119 [build] Bump `$(XABuildToolsVersion)`=34 (dotnet#8118) [Xamarin.Android.Build.Tasks] missing resource error handling (dotnet#8066) [CI] Allow MSBuild test stages to run in the megapipeline (dotnet#8033) [ci] Fix nightly test environment provisioning (dotnet#8113)
jpobst
pushed a commit
that referenced
this pull request
Jun 29, 2023
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. (cherry picked from commit 0698891)
jonathanpeppers
pushed a commit
to jonathanpeppers/xamarin-android
that referenced
this pull request
Sep 1, 2023
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.
jonathanpeppers
pushed a commit
that referenced
this pull request
Sep 5, 2023
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context: android/ndk#1299
Context: https://developer.android.com/tools/releases/build-tools
Similar to the Android NDK (android/ndk#1299),
aapt2from the Android SDK build-tools package is also a native binary.aapt2from build-tools_r32 only contains an x64 slice:aapt2in build-tools_r33 and build-tools_r34 contains both x64 and arm64 slices:Update
$(XABuildToolsVersion)=34, so that we redistribute this neweraapt2binary. This will remove a place that Rosetta 2 is required to use .NET Android.