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