You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-27 19:18:59 +02:00
Use jni_libs
for JNI dependency (#2637)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user