rosemary: Enable ELF checks for libimsma
This commit is contained in:
committed by
Matsvei Niaverau
parent
57263e7324
commit
b4e200757b
+3
-2
@@ -29938,6 +29938,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libstagefright_foundation",
|
"libstagefright_foundation",
|
||||||
"libui",
|
"libui",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libsink-mtk",
|
||||||
"libsource",
|
"libsource",
|
||||||
"libvcodec_cap",
|
"libvcodec_cap",
|
||||||
"libimsma_rtp",
|
"libimsma_rtp",
|
||||||
@@ -30165,7 +30166,7 @@ cc_prebuilt_library_shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libsink",
|
name: "libsink-mtk",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
strip: {
|
strip: {
|
||||||
none: true,
|
none: true,
|
||||||
@@ -30173,7 +30174,7 @@ cc_prebuilt_library_shared {
|
|||||||
target: {
|
target: {
|
||||||
android_arm64: {
|
android_arm64: {
|
||||||
srcs: [
|
srcs: [
|
||||||
"proprietary/system_ext/lib64/libsink.so",
|
"proprietary/system_ext/lib64/libsink-mtk.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libaudioclient_shim",
|
"libaudioclient_shim",
|
||||||
|
|||||||
Binary file not shown.
+1
-1
@@ -1568,7 +1568,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libmtk_vt_service \
|
libmtk_vt_service \
|
||||||
libmtk_vt_wrapper \
|
libmtk_vt_wrapper \
|
||||||
libsignal \
|
libsignal \
|
||||||
libsink \
|
libsink-mtk \
|
||||||
libsource \
|
libsource \
|
||||||
libvcodec_cap \
|
libvcodec_cap \
|
||||||
libvcodec_capenc \
|
libvcodec_capenc \
|
||||||
|
|||||||
Reference in New Issue
Block a user