r8q: Add prebuilt libsecril-client
OSS module died due to being outdated. Change-Id: Ie62ba99f9c9b86c509ab22441a393ae36c3e131e
This commit is contained in:
+29
-2
@@ -2113,6 +2113,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libofflinelog",
|
"libofflinelog",
|
||||||
"libsync",
|
"libsync",
|
||||||
"libuniplugin",
|
"libuniplugin",
|
||||||
|
"libsecril-client",
|
||||||
"vendor.samsung.hardware.thermal@1.0",
|
"vendor.samsung.hardware.thermal@1.0",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libcamera_metadata",
|
"libcamera_metadata",
|
||||||
@@ -2131,7 +2132,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
@@ -3099,6 +3099,34 @@ cc_prebuilt_library_shared {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
"libsecril-client",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libsecril-client",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libsecril-client.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libhardware_legacy",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -3107,7 +3135,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
Binary file not shown.
@@ -192,6 +192,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libqdma_file_agent \
|
libqdma_file_agent \
|
||||||
libqfp_sensortest \
|
libqfp_sensortest \
|
||||||
libsec_semRil \
|
libsec_semRil \
|
||||||
|
libsecril-client \
|
||||||
libsynaFpSensorTestNwd \
|
libsynaFpSensorTestNwd \
|
||||||
libsynergy_loc_api \
|
libsynergy_loc_api \
|
||||||
libtriplecam_image_optical_zoom \
|
libtriplecam_image_optical_zoom \
|
||||||
|
|||||||
Reference in New Issue
Block a user