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
For the port to Android in #1701 we had to emulate the Android loader in order to load a private copy of Bionic for C++ and other clients who want to use libc. Unfortunately as part of that we have to depend on the precise pthread_internal_t structure used by Android.
It looks like the structure has changed. We'll need to add dynamic dispatch to handle varying Android versions.
The text was updated successfully, but these errors were encountered:
For the port to Android in #1701 we had to emulate the Android loader in order to load a private copy of Bionic for C++ and other clients who want to use libc. Unfortunately as part of that we have to depend on the precise pthread_internal_t structure used by Android.
It looks like the structure has changed. We'll need to add dynamic dispatch to handle varying Android versions.
The text was updated successfully, but these errors were encountered: