surya: Import missing RILD lib
Change-Id: Ia9cad699b2797bcc20e11207bbb29ab6c68f847c
This commit is contained in:
35
Android.bp
35
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,
|
||||
}
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user