Enable linux-bionic-arm NativeAOT runtime pack#128436
Draft
simonrozsival wants to merge 2 commits into
Draft
Conversation
Advertise and build the linux-bionic-arm NativeAOT runtime pack, and update the Android Bionic NativeAOT documentation to include the new RID. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add android_arm to the Android NativeAOT libraries test job so arm32 NativeAOT test coverage mirrors android_arm64. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @agocke, @dotnet/ilc-contrib |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends NativeAOT support for Android arm32 by enabling the linux-bionic-arm NativeAOT runtime pack RID in the build/packaging infrastructure, wiring it into extra-platforms CI, and updating the NativeAOT Android Bionic documentation accordingly.
Changes:
- Add
linux-bionic-armto the NativeAOT KnownRuntimePack RID list (eng/targetingpacks.targets). - Add a linux-bionic extra-platforms job to build the arm32 NativeAOT runtime pack (
runtime-extra-platforms-linuxbionic.yml). - Expand the Android extra-platforms NativeAOT job matrix to include
android_armand update docs/publish instructions (runtime-extra-platforms-android.yml,android-bionic.md).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/coreclr/nativeaot/docs/android-bionic.md | Documents the new linux-bionic-arm publishing flow and generalizes the publish output path. |
| eng/targetingpacks.targets | Adds linux-bionic-arm to the NativeAOT known runtime pack RID list so local targeting/runtime pack consumption recognizes it. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-linuxbionic.yml | Introduces a linux-bionic arm32 job to build the NativeAOT runtime pack. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-android.yml | Enables android_arm in the Android NativeAOT libraries test job matrix. |
This was referenced May 21, 2026
Open
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines failed to run 1 pipeline(s). |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
This PR description was generated with GitHub Copilot.
Fixes #125712
Related to #125440
Summary
This enables the NativeAOT runtime pack for Android arm32, represented in runtime as
linux-bionic-arm:linux-bionic-armto the NativeAOT known runtime pack RID listruntime-extra-platforms-linuxbionicjob that builds theMicrosoft.NETCore.App.Runtime.NativeAOT.linux-bionic-armpackandroid_armto the Android NativeAOT libraries test jobValidation
Built the
linux-bionic-armNativeAOT runtime pack locally with:This produced
Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm.11.0.0-dev.nupkgand the symbols package.git diff --check upstream/main...HEAD