Skip to content

Commit 7f8596e

Browse files
authored
Use jni_libs for JNI dependency (#2637)
1 parent a10b4e6 commit 7f8596e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/interoperability/java/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ java_binary {
1212
name: "helloworld_jni",
1313
srcs: ["HelloWorld.java"],
1414
main_class: "HelloWorld",
15-
required: ["libhello_jni"],
15+
jni_libs: ["libhello_jni"],
1616
}
1717
// ANCHOR_END: helloworld_jni

0 commit comments

Comments
 (0)