Skip to content

Commit 96f5b51

Browse files
neobuddy89momenabdulrazek
authored andcommitted
LatinIME: Add libjni_latinimegoogle for swype
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
1 parent c82db48 commit 96f5b51

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

java/Android.bp

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,27 @@ android_app {
6767
lint: {
6868
baseline_filename: "lint-baseline.xml",
6969
},
70+
71+
required: [
72+
"libjni_latinimegoogle",
73+
],
74+
}
75+
76+
cc_prebuilt_library_shared {
77+
name: "libjni_latinimegoogle",
78+
strip: {
79+
none: true,
80+
},
81+
target: {
82+
android_arm: {
83+
srcs: ["assets/lib/libjni_latinimegoogle.so"],
84+
},
85+
android_arm64: {
86+
srcs: ["assets/lib64/libjni_latinimegoogle.so"],
87+
},
88+
},
89+
product_specific: true,
90+
compile_multilib: "both",
91+
prefer: true,
92+
check_elf_files: false,
7093
}
922 KB
Binary file not shown.
1.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)