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:
parent
039bc4f35c
commit
67d53d29a6
@ -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
|
||||
|
@ -6,7 +6,6 @@ rust_binary {
|
||||
"libgreetings",
|
||||
"libtextwrap",
|
||||
],
|
||||
prefer_rlib: true,
|
||||
}
|
||||
|
||||
rust_library {
|
||||
|
@ -6,6 +6,5 @@ rust_binary {
|
||||
"liblog_rust",
|
||||
"liblogger",
|
||||
],
|
||||
prefer_rlib: true,
|
||||
host_supported: true,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user