-
Notifications
You must be signed in to change notification settings - Fork 564
Bump NDK to r24 #6469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Bump NDK to r24 #6469
Conversation
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
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
6e7b9f5 to
d0b3126
Compare
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
66afd84 to
16ec728
Compare
8d54b5f to
5f75969
Compare
d084a45 to
d8da10e
Compare
6ea140b to
de6f7b6
Compare
jonpryor
added a commit
to jonpryor/xamarin-android
that referenced
this pull request
Feb 16, 2022
Context: https://dl-ssl.google.com/android/repository/repository2-3.xml Context: dotnet#6469 Context: dotnet#6764 Bump `$(XAPlatformToolsVersion)`=32.0.0, which is the current non-RC `platform-tools` Android SDK package version. We are already on the latest `build-tools` package version, and on the latest NDK r23.* version. (There are NDK r24 and r25 versions, but we don't support them yet; see also PR dotnet#6469, dotnet#6764.)
jonpryor
added a commit
that referenced
this pull request
Feb 17, 2022
Context: https://dl-ssl.google.com/android/repository/repository2-3.xml Context: #6469 Context: #6764 Bump `$(XAPlatformToolsVersion)`=32.0.0, which is the current non-RC `platform-tools` Android SDK package version. We are already on the latest `build-tools` package version, and on the latest NDK r23.* version. (There are NDK r24 and r25 versions, but we don't support them yet; see also PR #6469, #6764.)
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
39ec812 to
554a51d
Compare
577d6ff to
7aa816b
Compare
be30ead to
a29b6c6
Compare
7e723f8 to
cb20a28
Compare
jonathanpeppers
pushed a commit
that referenced
this pull request
Apr 1, 2022
Changes: https://github.com/android/ndk/wiki/Changelog-r24#changes The most interesting changes from Xamarin.Android's point of view: * GDB has been removed. Use LLDB instead. Note that ndk-gdb uses LLDB by default, and Android Studio has only ever supported LLDB. * Jelly Bean (APIs 16, 17, and 18) is no longer supported. The minimum OS supported by the NDK is KitKat (API level 19). * Non-Neon devices are no longer supported. A very small number of very old devices do not support Neon so most apps will not notice aside from the performance improvement. * Additional Apple M1 support: * LLVM tools are now universal binaries.
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.
Changes: https://github.com/android/ndk/wiki/Changelog-r24#changes
The most interesting changes from Xamarin.Android's point of view:
LLDB by default, and Android Studio has only ever supported LLDB.
minimum OS supported by the NDK is KitKat (API level 19).
very old devices do not support Neon so most apps will not notice
aside from the performance improvement.