Skip to content

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

Draft
simonrozsival wants to merge 1 commit intomainfrom
dev/simonrozsival/android-arm-coreclr
Draft

Add android-arm to CoreCLR runtime pack RIDs for .NET 11#54015
simonrozsival wants to merge 1 commit 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>
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.

1 participant