Skip to content

Add android-arm to CoreCLR runtime pack RIDs for .NET 11#54015

Merged
simonrozsival merged 2 commits intomainfrom
dev/simonrozsival/android-arm-coreclr
Apr 28, 2026
Merged

Add android-arm to CoreCLR runtime pack RIDs for .NET 11#54015
simonrozsival merged 2 commits intomainfrom
dev/simonrozsival/android-arm-coreclr

Conversation

@simonrozsival
Copy link
Copy Markdown
Member

Note

This PR was created with the assistance of GitHub Copilot.

Summary

Add android-arm to Net110RuntimePackRids in GenerateBundledVersions.targets, enabling the SDK to resolve the CoreCLR runtime pack for android-arm targets.

This follows the pattern established by android-arm64 and android-x64 which were added for .NET 10 in #46325.

Context

The dotnet/runtime repo is enabling the CoreCLR runtime pack for android-arm (armeabi-v7a) in dotnet/runtime#127225. This SDK change is the companion to allow the SDK to discover and use that runtime pack.

Changes

  • src/Layout/redist/targets/GenerateBundledVersions.targets — Add android-arm to Net110RuntimePackRids.

Add android-arm to the .NET 11 CoreCLR runtime pack RID list, matching
the pattern established by android-arm64 and android-x64 which were
added in .NET 10. This enables the SDK to resolve the CoreCLR runtime
pack for android-arm targets.

Relates to dotnet/runtime#127225

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the SDK’s bundled runtime pack RID list for .NET 11 so CoreCLR runtime pack resolution includes android-arm targets, aligning with upcoming runtime pack availability in dotnet/runtime.

Changes:

  • Add android-arm to the Net110RuntimePackRids item list in GenerateBundledVersions.targets.

@simonrozsival simonrozsival merged commit 4e4db23 into main Apr 28, 2026
24 checks passed
@simonrozsival simonrozsival deleted the dev/simonrozsival/android-arm-coreclr branch April 28, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants