mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-20 23:16:56 +02:00
Use jni_libs
for JNI dependency (#2637)
This commit is contained in:
parent
a10b4e6e21
commit
7f8596e9bc
@ -12,6 +12,6 @@ java_binary {
|
|||||||
name: "helloworld_jni",
|
name: "helloworld_jni",
|
||||||
srcs: ["HelloWorld.java"],
|
srcs: ["HelloWorld.java"],
|
||||||
main_class: "HelloWorld",
|
main_class: "HelloWorld",
|
||||||
required: ["libhello_jni"],
|
jni_libs: ["libhello_jni"],
|
||||||
}
|
}
|
||||||
// ANCHOR_END: helloworld_jni
|
// ANCHOR_END: helloworld_jni
|
||||||
|
Loading…
x
Reference in New Issue
Block a user