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

v1.7.8 hotfixes #9898

Merged
merged 2 commits into from
Jul 17, 2019
Merged

v1.7.8 hotfixes #9898

merged 2 commits into from
Jul 17, 2019

Conversation

tvolkert
Copy link
Contributor

No description provided.

…ot be loaded by name (flutter#9762)

libapp.so contains compiled application Dart code.  On most Android systems,
this library can be loaded by calling dlopen("libapp.so"), which will search
Android's default library directories.

On some Android devices this does not work as expected.  As a workaround, this
patch provides a fallback path to libapp.so based on ApplicationInfo.nativeLibraryDir.

Fixes flutter/flutter#35838
dlopen errors are expected behavior when locating libapp.so on some older
Android devices (see flutter#9762)
@tvolkert tvolkert merged commit badb7bf into flutter:v1.7.8+hotfix.1 Jul 17, 2019
@tvolkert tvolkert deleted the v1.7.8+hotfix.1 branch July 17, 2019 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants