Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2154 Android64: Link static c++ runtime library (#7239)
Android splits the C++ STL runtime into a separate library which is not provided as a standard system library. Applications are expected to statically link the STL library (libc++_static.a) or distribute the dynamic library (libc++_shared.so) with the application [1]. All C++ targets should now be linking the static runtime libraries. [1] https://developer.android.com/ndk/guides/cpp-support#important_considerations Issue: #2154, #1874
- Loading branch information