gapps: adapt crdroid
This commit is contained in:
parent
2dd4be525b
commit
9e732512ac
@ -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",
|
||||||
|
@ -7,7 +7,6 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||||||
|
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libjni_latinimegoogle \
|
|
||||||
GmsCore \
|
GmsCore \
|
||||||
Phonesky
|
Phonesky
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user