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",
|
||||
"libsync",
|
||||
"libuniplugin",
|
||||
"libsecril-client",
|
||||
"vendor.samsung.hardware.thermal@1.0",
|
||||
"libhidlbase",
|
||||
"libcamera_metadata",
|
||||
@@ -2131,7 +2132,6 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
relative_install_path: "hw",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
@@ -3099,6 +3099,34 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libutils",
|
||||
"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",
|
||||
"libm",
|
||||
@@ -3107,7 +3135,6 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
BIN
Binary file not shown.
@@ -192,6 +192,7 @@ PRODUCT_PACKAGES += \
|
||||
libqdma_file_agent \
|
||||
libqfp_sensortest \
|
||||
libsec_semRil \
|
||||
libsecril-client \
|
||||
libsynaFpSensorTestNwd \
|
||||
libsynergy_loc_api \
|
||||
libtriplecam_image_optical_zoom \
|
||||
|
||||
Reference in New Issue
Block a user