Skip to content

Commit

Permalink
Update Android.bp files (google#895)
Browse files Browse the repository at this point in the history
Remove the `prefer_rlib` flags from all `Android.bp` files.

Solves issue google#371
  • Loading branch information
spoloxs authored Nov 9, 2023
1 parent 039bc4f commit 67d53d2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/android/aidl/birthday_service/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ rust_binary {
"libbinder_rs",
"libbirthdayservice",
],
prefer_rlib: true,
}
// ANCHOR_END: birthday_server

Expand All @@ -33,6 +32,5 @@ rust_binary {
"com.example.birthdayservice-rust",
"libbinder_rs",
],
prefer_rlib: true,
}
// ANCHOR_END: birthday_client
1 change: 0 additions & 1 deletion src/android/build-rules/library/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rust_binary {
"libgreetings",
"libtextwrap",
],
prefer_rlib: true,
}

rust_library {
Expand Down
1 change: 0 additions & 1 deletion src/android/logging/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ rust_binary {
"liblog_rust",
"liblogger",
],
prefer_rlib: true,
host_supported: true,
}

0 comments on commit 67d53d2

Please sign in to comment.