1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-23 15:01:49 +02:00

Update Android.bp files (#895)

Remove the `prefer_rlib` flags from all `Android.bp` files.

Solves issue #371
This commit is contained in:
spoloxs
2023-11-09 06:26:29 +05:30
committed by GitHub
parent 039bc4f35c
commit 67d53d29a6
3 changed files with 0 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ rust_binary {
"libgreetings",
"libtextwrap",
],
prefer_rlib: true,
}
rust_library {