rosemary: Build bluetooth A2DP stack from source

This commit is contained in:
probaero
2026-04-11 21:33:26 +07:00
parent 1c48dc5f23
commit 78646fd47d
6 changed files with 0 additions and 98 deletions
-96
View File
@@ -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",