diff --git a/Android.bp b/Android.bp index 969c69e..a92e1d4 100644 --- a/Android.bp +++ b/Android.bp @@ -312,6 +312,24 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libxlog", + owner: "xiaomi", + strip: { + none: true, + }, + target: { + android_arm: { + srcs: ["proprietary/vendor/lib/vndk/libxlog.so"], + }, + }, + compile_multilib: "32", + check_elf_files: false, + relative_install_path: "vndk", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "com.qti.sensor.sweet_gc02m1", owner: "xiaomi", diff --git a/proprietary/vendor/lib/vndk/libxlog.so b/proprietary/vendor/lib/vndk/libxlog.so new file mode 100644 index 0000000..66a14fd Binary files /dev/null and b/proprietary/vendor/lib/vndk/libxlog.so differ diff --git a/sweet-vendor.mk b/sweet-vendor.mk index acf8e79..7261d9d 100644 --- a/sweet-vendor.mk +++ b/sweet-vendor.mk @@ -192,6 +192,7 @@ PRODUCT_PACKAGES += \ libqtigef \ libsndmonitor \ libspkrprot \ + libxlog \ com.qti.sensor.sweet_gc02m1 \ com.qti.sensor.sweet_imx355 \ com.qti.sensor.sweet_imx471_front \