Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack to make x86-64 work with Android NDK-25
The new NDK doesn't link to `libgcc`, which breaks our our NSS and SQLCipher libraries since they depended on the symbols from libclang_rt.builtins-x86_64-android` like `__extenddftf2`. See mozilla#5436 for more details. The hack works around this by taking object files from the built libraries and `libclang_rt.builtins-x86_64-android.a`, and combining them together to get the final static library.
- Loading branch information