You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have two methods of resolving the current build's RID. For native components, we use the init_distro_rid.sh script in eng/native. This script supports discovering RIDs for not-officially-supported distros as well as discovering rids for cross-compilation.
The managed RID discovery mechanism only supports discovering the host RID and then overriding it with a specific RID manually. @am11 reported that was causing him issues when building for android, where the native components built correctly for android.28-arm64 but the managed components were looking for linux-arm64.