Skip to content

Commit

Permalink
Use jni_libs for Rust JNI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Feb 11, 2025
1 parent 699c513 commit 6b94413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/interoperability/java/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ java_binary {
name: "helloworld_jni",
srcs: ["HelloWorld.java"],
main_class: "HelloWorld",
required: ["libhello_jni"],
jni_libs: ["libhello_jni"],
}
// ANCHOR_END: helloworld_jni

0 comments on commit 6b94413

Please sign in to comment.