Enable elf checks

Change-Id: Ia6c9a381abb3384c77532d75e02fd84c841a4d1e
This commit is contained in:
Aaron Kling
2024-08-14 01:44:45 -05:00
committed by LuK1337
parent e2158e4dd0
commit 3ace25e071
10 changed files with 84 additions and 10 deletions

View File

@@ -8,6 +8,23 @@ soong_namespace {
],
}
cc_prebuilt_library_shared {
name: "libjni_latinimegoogle",
owner: "gapps",
strip: {
none: true,
},
target: {
android_x86: {
srcs: ["proprietary/product/lib/libjni_latinimegoogle.so"],
shared_libs: ["libc", "libc++", "libm", "libdl", ],
},
},
compile_multilib: "32",
prefer: true,
product_specific: true,
}
android_app_import {
name: "GmsCore",
owner: "gapps",