diff --git a/Android.bp b/Android.bp index 5e9727b..a924526 100644 --- a/Android.bp +++ b/Android.bp @@ -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, } diff --git a/proprietary/vendor/lib64/libsecril-client.so b/proprietary/vendor/lib64/libsecril-client.so new file mode 100644 index 0000000..f66b462 Binary files /dev/null and b/proprietary/vendor/lib64/libsecril-client.so differ diff --git a/r8q-vendor.mk b/r8q-vendor.mk index db42ad0..300ea79 100644 --- a/r8q-vendor.mk +++ b/r8q-vendor.mk @@ -192,6 +192,7 @@ PRODUCT_PACKAGES += \ libqdma_file_agent \ libqfp_sensortest \ libsec_semRil \ + libsecril-client \ libsynaFpSensorTestNwd \ libsynergy_loc_api \ libtriplecam_image_optical_zoom \