Hi all
I have test tor x86 android binary on x86 android device, it cann't work with --enable-rust ,
rust_welcome_string & rust_str_get called by C code correctly, but in C code, rust_str_get always return zero length string, it's very strange.
after read https://github.com/rust-lang/libc#platforms-and-documentation, I found that arm-linux-androideabi is the only one supported target on android platform. it may be the root cause of the issue on x86-android platform.