peridot: Fix elfchecks for camera plugin libs
Change-Id: I3a883fd1ed4d32167fa8492057954946b931ce8a
This commit is contained in:
+86
-4
@@ -5757,6 +5757,60 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libjpegdecoder_prebuilt",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libjpegdecoder_prebuilt.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libjpeg",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libjpegencoder_prebuilt",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libjpegencoder_prebuilt.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libjpeg",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libkaraokepal",
|
name: "libkaraokepal",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -12877,6 +12931,36 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libultrahdr_prebuilt",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libultrahdr_prebuilt.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libimage_io",
|
||||||
|
"libjpeg",
|
||||||
|
"libjpegencoder_prebuilt",
|
||||||
|
"libjpegdecoder_prebuilt",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libultrasound_notify",
|
name: "libultrasound_notify",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -26721,7 +26805,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libcom.xiaomi.pluginutils",
|
"libcom.xiaomi.pluginutils",
|
||||||
"libcom.xiaomi.metadatautils",
|
"libcom.xiaomi.metadatautils",
|
||||||
"libcom.xiaomi.debug",
|
"libcom.xiaomi.debug",
|
||||||
"libultrahdr",
|
"libultrahdr_prebuilt",
|
||||||
"libjpeg",
|
"libjpeg",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -26731,7 +26815,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
relative_install_path: "camera/plugins",
|
relative_install_path: "camera/plugins",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
device_specific: true,
|
device_specific: true,
|
||||||
@@ -26828,7 +26911,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libjpeg",
|
"libjpeg",
|
||||||
"libexif",
|
"libexif",
|
||||||
"libimage_io",
|
"libimage_io",
|
||||||
"libultrahdr",
|
"libultrahdr_prebuilt",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -26837,7 +26920,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
relative_install_path: "camera/plugins",
|
relative_install_path: "camera/plugins",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
device_specific: true,
|
device_specific: true,
|
||||||
|
|||||||
@@ -1245,6 +1245,8 @@ PRODUCT_PACKAGES += \
|
|||||||
libizat_client_api \
|
libizat_client_api \
|
||||||
libizat_core \
|
libizat_core \
|
||||||
libjnihelper \
|
libjnihelper \
|
||||||
|
libjpegdecoder_prebuilt \
|
||||||
|
libjpegencoder_prebuilt \
|
||||||
libkaraokepal \
|
libkaraokepal \
|
||||||
libkcl \
|
libkcl \
|
||||||
libkernelmanager \
|
libkernelmanager \
|
||||||
@@ -1482,6 +1484,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libtlpd_logger \
|
libtlpd_logger \
|
||||||
libtrustedapploader \
|
libtrustedapploader \
|
||||||
libubwcp \
|
libubwcp \
|
||||||
|
libultrahdr_prebuilt \
|
||||||
libultrasound_notify \
|
libultrasound_notify \
|
||||||
libvideodiedobserver_vendor \
|
libvideodiedobserver_vendor \
|
||||||
libvideotxr \
|
libvideotxr \
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user