diff --git a/Android.bp b/Android.bp index 1bf0bea..68a5316 100644 --- a/Android.bp +++ b/Android.bp @@ -1854,6 +1854,23 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "deviceInfoServiceModule", + owner: "xiaomi", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: ["proprietary/vendor/lib64/deviceInfoServiceModule.so"], + }, + }, + compile_multilib: "64", + check_elf_files: false, + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "android.hardware.bluetooth@1.0-impl-qti", owner: "xiaomi", diff --git a/proprietary/vendor/lib64/deviceInfoServiceModule.so b/proprietary/vendor/lib64/deviceInfoServiceModule.so new file mode 100644 index 0000000..efa79fa Binary files /dev/null and b/proprietary/vendor/lib64/deviceInfoServiceModule.so differ diff --git a/sm6150-common-vendor.mk b/sm6150-common-vendor.mk index de78ff7..c22e5cd 100644 --- a/sm6150-common-vendor.mk +++ b/sm6150-common-vendor.mk @@ -200,6 +200,7 @@ PRODUCT_PACKAGES += \ com.qualcomm.qti.uceservice@2.1 \ com.qualcomm.qti.uceservice@2.2 \ com.qualcomm.qti.uceservice@2.3 \ + deviceInfoServiceModule \ android.hardware.bluetooth@1.0-impl-qti \ android.hardware.gatekeeper@1.0-impl-qti \ com.dsi.ant@1.0-impl \