Skip to content

Commit

Permalink
Add missing static_libs dep for libbirthday example
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Feb 12, 2025
1 parent 699c513 commit 6f272c4
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 6f272c4

Please sign in to comment.