ndk
ndk copied to clipboard
use sanitizers and miri
Seems that at least asan should be supported by rust nightly and android. https://github.com/rust-lang/rust/issues/39699 https://github.com/rust-lang/rust/pull/38699 https://developer.android.google.cn/ndk/guides/asan
Miri still lacks support for ffi calls https://github.com/rust-lang/miri/issues/11