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

Fix provided libs hashset containing those missing on-device #239

Merged
merged 1 commit into from
Mar 13, 2022
Merged

Fix provided libs hashset containing those missing on-device #239

merged 1 commit into from
Mar 13, 2022

Conversation

zer0def
Copy link
Contributor

@zer0def zer0def commented Mar 12, 2022

A small bugfix to a bug introduced with #187, as libc++_shared.so is added into the provided hashset when crawling Android NDK search paths, which are assumed present on-device, but this particular case is neither on-device, nor ends up included as an artifact when bundling needed libraries.

Copy link
Contributor

@dvc94ch dvc94ch left a comment

Choose a reason for hiding this comment

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

Thanks

@dvc94ch dvc94ch merged commit a326249 into rust-mobile:master Mar 13, 2022
@MarijnS95
Copy link
Member

Thanks, though I'd appreciate if the same comment from below would have been replicated here. OTOH this code can probably use some refactoring again to be simplified and not have an edgecase for libc++_shared.so twice.

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