Skip to content

Commit 4ee2337

Browse files
authored
Add missing static_libs dep for libbirthday example (#2640)
1 parent 7f8596e commit 4ee2337

File tree

1 file changed

+1
-0
lines changed
  • src/android/interoperability/with-c/bindgen

1 file changed

+1
-0
lines changed

src/android/interoperability/with-c/bindgen/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ rust_binary {
3232
name: "print_birthday_card",
3333
srcs: ["main.rs"],
3434
rustlibs: ["libbirthday_bindgen"],
35+
static_libs: ["libbirthday"],
3536
}
3637
// ANCHOR_END: print_birthday_card

0 commit comments

Comments
 (0)