sm6150-common: Import missing qcrild dependency

Change-Id: I7b3444743427090c7bf9c78dbd27e4ca2f039309
This commit is contained in:
basamaryan 2023-10-07 16:29:28 +02:00
parent bc10f42f05
commit 606d24070d
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9
3 changed files with 18 additions and 0 deletions

View File

@ -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",

Binary file not shown.

View File

@ -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 \