Get rid of libjni_latinimegoogle multilib
This commit is contained in:
@@ -15,16 +15,12 @@ cc_prebuilt_library_shared {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_x86: {
|
||||
srcs: ["proprietary/product/lib/libjni_latinimegoogle.so"],
|
||||
shared_libs: ["libc", "libc++", "libm", "libdl", ],
|
||||
},
|
||||
android_x86_64: {
|
||||
srcs: ["proprietary/product/lib64/libjni_latinimegoogle.so"],
|
||||
shared_libs: ["libc", "libc++", "libm", "libdl", ],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user