peridot: build audio blobs from source

Change-Id: Iad69a9868f80ffc2ca4290e10d1c7f8a73d282fb
This commit is contained in:
AdarshGrewal
2025-10-26 15:30:54 +05:30
parent 7f15bb3d45
commit cd9f533d88
5 changed files with 0 additions and 81 deletions

View File

@@ -2805,84 +2805,6 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "lib_bt_aptx",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/lib_bt_aptx.so",
],
shared_libs: [
"libcutils",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "lib_bt_ble",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/lib_bt_ble.so",
],
shared_libs: [
"libcutils",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "lib_bt_bundle",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/lib_bt_bundle.so",
],
shared_libs: [
"libcutils",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "lib_bt_lhdc", name: "lib_bt_lhdc",
owner: "xiaomi", owner: "xiaomi",

View File

@@ -1220,9 +1220,6 @@ PRODUCT_PACKAGES += \
libTxPwrJni \ libTxPwrJni \
libVoiceSdk \ libVoiceSdk \
libWlanServiceJni \ libWlanServiceJni \
lib_bt_aptx \
lib_bt_ble \
lib_bt_bundle \
lib_bt_lhdc \ lib_bt_lhdc \
lib_misound_asc \ lib_misound_asc \
libadm \ libadm \

Binary file not shown.

Binary file not shown.

Binary file not shown.