Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ar37-rs/ndk-r23-fix-for-rust

A temporary solution for NDK r23 beta 3 and up (not include libgcc)
https://github.com/ar37-rs/ndk-r23-fix-for-rust

Last synced: about 21 hours ago
JSON representation

A temporary solution for NDK r23 beta 3 and up (not include libgcc)

Awesome Lists containing this project

README

        

Extract the gcc folder inside android-ndk-r23-gcc-fix.rar file, and then put it into:

$ANDROID_SDK_ROOT/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib/*here

note:
- every "libgcc.a" inside .rar file taken from earlier NDK version (r21d)
- tested on linux x86_64 using the latest rust stable toolchain.