comprehensive-rust icon indicating copy to clipboard operation
comprehensive-rust copied to clipboard

Remove `prefer_rlib: true` from `Android.bp` files

Open mgeisler opened this issue 2 years ago • 0 comments

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.

mgeisler avatar Feb 09 '23 08:02 mgeisler