Dan Albert
Dan Albert
Not wrong, but the whole sample kind of sucks. Going to ignore the problem for now since there's no real security risk in the samples, and will clean up the...
This wouldn't work. The zygote will have already loaded bionic. If you're having issues with the system libc, file bugs about that.
... or did you mean the host tools? That's probably something we could/should do.
> What about a build for arm host? We can use it on Linux on Dex or with Linux Deploy. AIDE provides one but it is a bit old. You're...
No plans.
> add_compile_options( -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS ) https://libcxx.llvm.org/docs/UsingLibcxx.html#libc-configuration-macros > This macro is used to disable all visibility annotations inside libc++. Defining this macro **and then building libc++ with hidden visibility** gives a build...
Closing as we have insufficient information currently. If we get a repro case it'll get reopened.
Thanks! You've missed the window for r22b but we can take a look.
Been trying for an hour and I can't reproduce your r21 results. Which target are you using? Assuming x86_64-linux-android21 since you're using what appears to be your system's objdump and...
I can't make sense of why your fix actually changes anything: ``` _LIBCPP_BEGIN_NAMESPACE_STD template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS __basic_string_common; template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string; template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS __vector_base_common; _LIBCPP_END_NAMESPACE_STD ``` `_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS` is an...