Skip to content

Commit

Permalink
LatinIME: Add libjni_latinimegoogle for swype
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Temkar <[email protected]>
  • Loading branch information
neobuddy89 authored and PptO07 committed May 4, 2024
1 parent adfc3e0 commit b2b39f3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions java/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,27 @@ android_app {
optimize: {
proguard_flags_files: ["proguard.flags"],
},

required: [
"libjni_latinimegoogle",
],
}

cc_prebuilt_library_shared {
name: "libjni_latinimegoogle",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["assets/lib/libjni_latinimegoogle.so"],
},
android_arm64: {
srcs: ["assets/lib64/libjni_latinimegoogle.so"],
},
},
product_specific: true,
compile_multilib: "both",
prefer: true,
check_elf_files: false,
}
Binary file added java/assets/lib/libjni_latinimegoogle.so
Binary file not shown.
Binary file added java/assets/lib64/libjni_latinimegoogle.so
Binary file not shown.

0 comments on commit b2b39f3

Please sign in to comment.