surya: Import missing RILD lib

Change-Id: Ia9cad699b2797bcc20e11207bbb29ab6c68f847c
This commit is contained in:
Willy Gardiol
2022-11-02 13:40:43 +01:00
parent 77854134e4
commit 07f2b7fc87
2 changed files with 27 additions and 9 deletions

View File

@@ -4053,6 +4053,23 @@ cc_prebuilt_library_shared {
soc_specific: true, 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 { cc_prebuilt_library_shared {
name: "android.hardware.bluetooth@1.0-impl-qti", name: "android.hardware.bluetooth@1.0-impl-qti",
owner: "xiaomi", owner: "xiaomi",
@@ -9512,8 +9529,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
@@ -9525,8 +9542,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
@@ -9538,8 +9555,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
@@ -9551,8 +9568,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
@@ -9564,8 +9581,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
@@ -9577,8 +9594,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
@@ -9590,8 +9607,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
@@ -9603,8 +9620,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
@@ -9616,8 +9633,8 @@ cc_prebuilt_binary {
strip: { strip: {
none: true, none: true,
}, },
relative_install_path: "hw",
prefer: true, prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }

View File

@@ -499,6 +499,7 @@ PRODUCT_PACKAGES += \
com.qualcomm.qti.uceservice@2.0 \ com.qualcomm.qti.uceservice@2.0 \
com.qualcomm.qti.uceservice@2.1 \ com.qualcomm.qti.uceservice@2.1 \
com.qualcomm.qti.uceservice@2.2 \ com.qualcomm.qti.uceservice@2.2 \
deviceInfoServiceModule \
android.hardware.bluetooth@1.0-impl-qti \ android.hardware.bluetooth@1.0-impl-qti \
android.hardware.gatekeeper@1.0-impl-qti \ android.hardware.gatekeeper@1.0-impl-qti \
camera.qcom \ camera.qcom \