Work with Android NDK r12b
clang + libc++ does not work, it still requires libc++_shared.so runtime even if -lstdc++ is used, which supposed to link with static version of libc++.
Showing
Please register or sign in to comment
clang + libc++ does not work, it still requires libc++_shared.so runtime even if -lstdc++ is used, which supposed to link with static version of libc++.