rosemary: Build bluetooth A2DP stack from source
This commit is contained in:
-96
@@ -2046,102 +2046,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.mediatek.hardware.bluetooth.audio@2.1",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/vendor.mediatek.hardware.bluetooth.audio@2.1.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.audio.common@5.0",
|
||||
"android.hidl.safe_union@1.0",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.mediatek.hardware.bluetooth.audio@2.1.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.audio.common@5.0",
|
||||
"android.hidl.safe_union@1.0",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.mediatek.hardware.bluetooth.audio@2.2",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/vendor.mediatek.hardware.bluetooth.audio@2.2.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.audio.common@5.0",
|
||||
"vendor.mediatek.hardware.bluetooth.audio@2.1",
|
||||
"android.hidl.safe_union@1.0",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.mediatek.hardware.bluetooth.audio@2.2.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.audio.common@5.0",
|
||||
"vendor.mediatek.hardware.bluetooth.audio@2.1",
|
||||
"android.hidl.safe_union@1.0",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.mediatek.hardware.nvram@1.0",
|
||||
owner: "xiaomi",
|
||||
|
||||
Reference in New Issue
Block a user