Commit d057e5d
[build] Bump
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)$(XABuildToolsVersion)=34 (#8118)1 parent 23ecef2 commit d057e5d
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
| 137 | + | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments