comprehensive-rust
comprehensive-rust copied to clipboard
Remove `prefer_rlib: true` from `Android.bp` files
The line makes Soong statically compile all Rust dependencies. This in turn makes it easy to copy examples to the emulator. However, this mode is not the default and it can cause problems with doubly-defined symbols.