From 07f2b7fc87377cd2fa514b211ea10327c5960d2c Mon Sep 17 00:00:00 2001 From: Willy Gardiol Date: Wed, 2 Nov 2022 13:40:43 +0100 Subject: [PATCH] surya: Import missing RILD lib Change-Id: Ia9cad699b2797bcc20e11207bbb29ab6c68f847c --- Android.bp | 35 ++++++++++++++++++++++++++--------- surya-vendor.mk | 1 + 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/Android.bp b/Android.bp index 2465659..133d095 100644 --- a/Android.bp +++ b/Android.bp @@ -4053,6 +4053,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", @@ -9512,8 +9529,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } @@ -9525,8 +9542,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } @@ -9538,8 +9555,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } @@ -9551,8 +9568,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } @@ -9564,8 +9581,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } @@ -9577,8 +9594,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } @@ -9590,8 +9607,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } @@ -9603,8 +9620,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } @@ -9616,8 +9633,8 @@ cc_prebuilt_binary { strip: { none: true, }, - relative_install_path: "hw", prefer: true, + relative_install_path: "hw", soc_specific: true, } diff --git a/surya-vendor.mk b/surya-vendor.mk index 6d6f0d4..8810ccd 100644 --- a/surya-vendor.mk +++ b/surya-vendor.mk @@ -499,6 +499,7 @@ PRODUCT_PACKAGES += \ com.qualcomm.qti.uceservice@2.0 \ com.qualcomm.qti.uceservice@2.1 \ com.qualcomm.qti.uceservice@2.2 \ + deviceInfoServiceModule \ android.hardware.bluetooth@1.0-impl-qti \ android.hardware.gatekeeper@1.0-impl-qti \ camera.qcom \