sm6150-common: Import missing qcrild dependency
Change-Id: I7b3444743427090c7bf9c78dbd27e4ca2f039309
This commit is contained in:
parent
bc10f42f05
commit
606d24070d
17
Android.bp
17
Android.bp
@ -1854,6 +1854,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",
|
||||||
|
BIN
proprietary/vendor/lib64/deviceInfoServiceModule.so
vendored
Normal file
BIN
proprietary/vendor/lib64/deviceInfoServiceModule.so
vendored
Normal file
Binary file not shown.
@ -200,6 +200,7 @@ PRODUCT_PACKAGES += \
|
|||||||
com.qualcomm.qti.uceservice@2.1 \
|
com.qualcomm.qti.uceservice@2.1 \
|
||||||
com.qualcomm.qti.uceservice@2.2 \
|
com.qualcomm.qti.uceservice@2.2 \
|
||||||
com.qualcomm.qti.uceservice@2.3 \
|
com.qualcomm.qti.uceservice@2.3 \
|
||||||
|
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 \
|
||||||
com.dsi.ant@1.0-impl \
|
com.dsi.ant@1.0-impl \
|
||||||
|
Loading…
Reference in New Issue
Block a user