Get rid of libjni_latinimegoogle multilib

This commit is contained in:
LuK1337
2025-06-27 19:56:22 +02:00
parent 4d61f18ca9
commit bbdc14d4e5
6 changed files with 2 additions and 12 deletions

View File

@@ -15,16 +15,12 @@ cc_prebuilt_library_shared {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/product/lib/libjni_latinimegoogle.so"],
shared_libs: ["libc", "libm", "libc++", "libdl", ],
},
android_arm64: {
srcs: ["proprietary/product/lib64/libjni_latinimegoogle.so"],
shared_libs: ["libc", "libm", "libc++", "libdl", ],
},
},
compile_multilib: "both",
compile_multilib: "64",
prefer: true,
product_specific: true,
}