Skip to content

Commit

Permalink
Add missing static_libs dep for libbirthday example (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison authored Feb 26, 2025
1 parent 7f8596e commit 4ee2337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/interoperability/with-c/bindgen/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ rust_binary {
name: "print_birthday_card",
srcs: ["main.rs"],
rustlibs: ["libbirthday_bindgen"],
static_libs: ["libbirthday"],
}
// ANCHOR_END: print_birthday_card

0 comments on commit 4ee2337

Please sign in to comment.