1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-29 16:03:11 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ rust_binary {
"libbinder_rs",
"libbirthdayservice",
],
prefer_rlib: true,
}
// ANCHOR_END: birthday_server
@ -33,6 +32,5 @@ rust_binary {
"com.example.birthdayservice-rust",
"libbinder_rs",
],
prefer_rlib: true,
}
// ANCHOR_END: birthday_client

View File

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

View File

@ -6,6 +6,5 @@ rust_binary {
"liblog_rust",
"liblogger",
],
prefer_rlib: true,
host_supported: true,
}