Skip to content
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

[android] Fix build withe newer NDK #103233

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

grendello
Copy link
Contributor

Newer versions of Android NDK (tested with 26.3) no longer include
support for 32-bit host machines and have moved libraries around for
that reason. One of the libraries that changed its location is
libclang.so, required to build MonoVM for Android.

This PR adds support to detect the library at its new location.

Newer versions of Android NDK (tested with 26.3) no longer include
support for 32-bit host machines and have moved libraries around for
that reason.  One of the libraries that changed its location is
`libclang.so`, required to build MonoVM for Android.

This PR adds support to detect the library at its new location.
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jun 10, 2024
@akoeplinger
Copy link
Member

@dotnet-policy-service rerun

@akoeplinger
Copy link
Member

/ba-g failures are unrelated

@akoeplinger akoeplinger merged commit f690a1a into dotnet:main Jun 12, 2024
71 of 77 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Build-mono community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants