Skip to content

Commit 2c0f50b

Browse files
spandandas-2Gerrit Code Review
authored andcommitted
Merge "Use jni_libs to install shared library dependency" into main
2 parents 95b75a1 + 859ebf0 commit 2c0f50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dicttool/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ java_binary_host {
3636
"jsr305",
3737
"latinime-common",
3838
],
39-
required: ["libjni_latinime"],
39+
jni_libs: ["libjni_latinime"],
4040
main_class: "com.android.inputmethod.latin.dicttool.Dicttool",
4141
}

0 commit comments

Comments
 (0)