diff --git a/Android.bp b/Android.bp index d0f44a5..05ee2d7 100644 --- a/Android.bp +++ b/Android.bp @@ -115,6 +115,43 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libSEF.quram", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm: { + srcs: [ + "proprietary/vendor/lib/libSEF.quram.so", + ], + shared_libs: [ + "liblog", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libSEF.quram.so", + ], + shared_libs: [ + "liblog", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "both", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "libSamsungPostProcessConvertor", owner: "samsung", @@ -629,6 +666,94 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libexynoscamera_cnr_plugin", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm: { + srcs: [ + "proprietary/vendor/lib/libexynoscamera_cnr_plugin.so", + ], + shared_libs: [ + "libutils", + "libcutils", + "liblog", + "libexynoscamera_plugin", + "libexynosutils", + "libswcnr", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libexynoscamera_cnr_plugin.so", + ], + shared_libs: [ + "libutils", + "libcutils", + "liblog", + "libexynoscamera_plugin", + "libexynosutils", + "libswcnr", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "both", + prefer: true, + soc_specific: true, +} + +cc_prebuilt_library_shared { + name: "libexynoscamera_plugin", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm: { + srcs: [ + "proprietary/vendor/lib/libexynoscamera_plugin.so", + ], + shared_libs: [ + "libutils", + "libcutils", + "liblog", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libexynoscamera_plugin.so", + ], + shared_libs: [ + "libutils", + "libcutils", + "liblog", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "both", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "liblastaboxmsg", owner: "samsung", @@ -1016,6 +1141,47 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libswcnr", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm: { + srcs: [ + "proprietary/vendor/lib/libswcnr.so", + ], + shared_libs: [ + "liblog", + "libutils", + "libcutils", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libswcnr.so", + ], + shared_libs: [ + "liblog", + "libutils", + "libcutils", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "both", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "libtinyalsa.s5e8825", stem: "libtinyalsa.s5e8825", @@ -1183,6 +1349,136 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libc++_shared", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libc++_shared.so", + ], + shared_libs: [ + "libc", + "libdl", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + +cc_prebuilt_library_shared { + name: "libhwjsqz", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libhwjsqz.so", + ], + shared_libs: [ + "libcutils", + "libion_exynos", + "liblog", + "libutils", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + +cc_prebuilt_library_shared { + name: "libsensorlistener", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libsensorlistener.so", + ], + shared_libs: [ + "libcutils", + "libutils", + "libsensorndkbridge", + "liblog", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + +cc_prebuilt_library_shared { + name: "libuniapi", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libuniapi.so", + ], + shared_libs: [ + "liblog", + "libcutils", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + +cc_prebuilt_library_shared { + name: "libuniplugin", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libuniplugin.so", + ], + shared_libs: [ + "liblog", + "libcutils", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "vendor.samsung.hardware.audio-V1-ndk", owner: "samsung", @@ -1208,6 +1504,36 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "vendor.samsung.hardware.thermal@1.0", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/vendor.samsung.hardware.thermal@1.0.so", + ], + shared_libs: [ + "android.hardware.thermal@1.0", + "android.hardware.thermal@2.0", + "libhidlbase", + "liblog", + "libutils", + "libcutils", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + prebuilt_etc_xml { name: "secaudiohalaidl_manifest.xml", owner: "samsung", diff --git a/proprietary/vendor/lib/libSEF.quram.so b/proprietary/vendor/lib/libSEF.quram.so new file mode 100644 index 0000000..031f5dd Binary files /dev/null and b/proprietary/vendor/lib/libSEF.quram.so differ diff --git a/proprietary/vendor/lib/libexynoscamera_cnr_plugin.so b/proprietary/vendor/lib/libexynoscamera_cnr_plugin.so new file mode 100644 index 0000000..76d4bf1 Binary files /dev/null and b/proprietary/vendor/lib/libexynoscamera_cnr_plugin.so differ diff --git a/proprietary/vendor/lib/libexynoscamera_plugin.so b/proprietary/vendor/lib/libexynoscamera_plugin.so new file mode 100644 index 0000000..9603386 Binary files /dev/null and b/proprietary/vendor/lib/libexynoscamera_plugin.so differ diff --git a/proprietary/vendor/lib/libswcnr.so b/proprietary/vendor/lib/libswcnr.so new file mode 100644 index 0000000..732b0ef Binary files /dev/null and b/proprietary/vendor/lib/libswcnr.so differ diff --git a/proprietary/vendor/lib64/libSEF.quram.so b/proprietary/vendor/lib64/libSEF.quram.so new file mode 100644 index 0000000..7df2c25 Binary files /dev/null and b/proprietary/vendor/lib64/libSEF.quram.so differ diff --git a/proprietary/vendor/lib64/libc++_shared.so b/proprietary/vendor/lib64/libc++_shared.so new file mode 100644 index 0000000..48fb870 Binary files /dev/null and b/proprietary/vendor/lib64/libc++_shared.so differ diff --git a/proprietary/vendor/lib64/libexynoscamera_cnr_plugin.so b/proprietary/vendor/lib64/libexynoscamera_cnr_plugin.so new file mode 100644 index 0000000..80daff7 Binary files /dev/null and b/proprietary/vendor/lib64/libexynoscamera_cnr_plugin.so differ diff --git a/proprietary/vendor/lib64/libexynoscamera_plugin.so b/proprietary/vendor/lib64/libexynoscamera_plugin.so new file mode 100644 index 0000000..86e5290 Binary files /dev/null and b/proprietary/vendor/lib64/libexynoscamera_plugin.so differ diff --git a/proprietary/vendor/lib64/libhwjsqz.so b/proprietary/vendor/lib64/libhwjsqz.so new file mode 100644 index 0000000..c7d79b3 Binary files /dev/null and b/proprietary/vendor/lib64/libhwjsqz.so differ diff --git a/proprietary/vendor/lib64/libsensorlistener.so b/proprietary/vendor/lib64/libsensorlistener.so new file mode 100644 index 0000000..61ebdbd Binary files /dev/null and b/proprietary/vendor/lib64/libsensorlistener.so differ diff --git a/proprietary/vendor/lib64/libswcnr.so b/proprietary/vendor/lib64/libswcnr.so new file mode 100644 index 0000000..2781403 Binary files /dev/null and b/proprietary/vendor/lib64/libswcnr.so differ diff --git a/proprietary/vendor/lib64/libuniapi.so b/proprietary/vendor/lib64/libuniapi.so new file mode 100644 index 0000000..601bc86 Binary files /dev/null and b/proprietary/vendor/lib64/libuniapi.so differ diff --git a/proprietary/vendor/lib64/libuniplugin.so b/proprietary/vendor/lib64/libuniplugin.so new file mode 100644 index 0000000..60e124a Binary files /dev/null and b/proprietary/vendor/lib64/libuniplugin.so differ diff --git a/proprietary/vendor/lib64/vendor.samsung.hardware.thermal@1.0.so b/proprietary/vendor/lib64/vendor.samsung.hardware.thermal@1.0.so new file mode 100644 index 0000000..91e91c2 Binary files /dev/null and b/proprietary/vendor/lib64/vendor.samsung.hardware.thermal@1.0.so differ diff --git a/s5e8825-common-vendor.mk b/s5e8825-common-vendor.mk index 499bba1..d370383 100644 --- a/s5e8825-common-vendor.mk +++ b/s5e8825-common-vendor.mk @@ -18,6 +18,7 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ audio.primary.s5e8825 \ audio.sec_primary.default \ + libSEF.quram \ libSamsungPostProcessConvertor \ lib_SamsungRec_07010 \ lib_SoundAlive_SRC384_ver320 \ @@ -29,6 +30,8 @@ PRODUCT_PACKAGES += \ libaudioproxy2 \ libaudioroute.s5e8825 \ libdatamod \ + libexynoscamera_cnr_plugin \ + libexynoscamera_plugin \ liblastaboxmsg \ libprofileparamstorage \ librecordalive \ @@ -38,11 +41,18 @@ PRODUCT_PACKAGES += \ libsehbluetooth_audio_session_aidl \ libspatializerparamstorage \ libspeakercalibration \ + libswcnr \ libtinyalsa.s5e8825 \ vendor.samsung.hardware.bluetooth.audio-V1-ndk \ libfloatingfeature \ libswdap \ libsecaudiohal_aidl \ + libc++_shared \ + libhwjsqz \ + libsensorlistener \ + libuniapi \ + libuniplugin \ vendor.samsung.hardware.audio-V1-ndk \ + vendor.samsung.hardware.thermal@1.0 \ secaudiohalaidl_manifest.xml \ secaudiohalaidl