gapps: adapt crdroid

This commit is contained in:
j7b3y 2024-12-09 15:27:20 +09:00
parent 2dd4be525b
commit 9e732512ac
2 changed files with 0 additions and 22 deletions

View File

@ -8,27 +8,6 @@ soong_namespace {
], ],
} }
cc_prebuilt_library_shared {
name: "libjni_latinimegoogle",
owner: "gapps",
strip: {
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",
prefer: true,
product_specific: true,
}
android_app_import { android_app_import {
name: "GmsCore", name: "GmsCore",
owner: "gapps", owner: "gapps",

View File

@ -7,7 +7,6 @@ PRODUCT_SOONG_NAMESPACES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libjni_latinimegoogle \
GmsCore \ GmsCore \
Phonesky Phonesky