Aerodactyl: Move to AOSP Bluetooth Audio impl

Change-Id: I4750760d11b0854ecf7d21b66881adbe9386aabe
This commit is contained in:
Giovanni Ricca
2024-09-20 19:56:38 +02:00
committed by Mashopy
parent 93b07f916f
commit 8aa7376f4b
8 changed files with 0 additions and 182 deletions
-6
View File
@@ -542,13 +542,8 @@ PRODUCT_PACKAGES += \
libaurisysdemo \
libbessound_hd_mtk_vendor \
libblisrc32_vendor \
libbluetooth_audio_session_aidl_mediatek \
libbluetooth_audio_session_mediatek \
libbluetooth_hw_test \
libbluetooth_mtk \
libbluetooth_mtk_pure \
libbluetooth_relayer \
libbluetoothem_mtk \
libbt-vendor \
libbwc \
libcamalgo.WarpMapResizer \
@@ -1104,7 +1099,6 @@ PRODUCT_PACKAGES += \
vendor.mediatek.hardware.apuware.utils@2.0 \
vendor.mediatek.hardware.audio@8.1 \
vendor.mediatek.hardware.bluetooth.audio-V1-ndk \
vendor.mediatek.hardware.bluetooth.audio-impl \
vendor.mediatek.hardware.bluetooth.audio@2.1 \
vendor.mediatek.hardware.bluetooth.audio@2.2 \
vendor.mediatek.hardware.camera.aovservice-V1-ndk \
-176
View File
@@ -3648,97 +3648,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libbluetooth_audio_session_aidl_mediatek",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libbluetooth_audio_session_aidl_mediatek.so",
],
shared_libs: [
"vendor.mediatek.hardware.bluetooth.audio@2.1",
"vendor.mediatek.hardware.bluetooth.audio@2.2",
"libbase",
"libcutils",
"libbinder_ndk",
"libfmq",
"liblog",
"vendor.mediatek.hardware.bluetooth.audio-V1-ndk",
"libhidlbase",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libbluetooth_audio_session_mediatek",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libbluetooth_audio_session_mediatek.so",
],
shared_libs: [
"vendor.mediatek.hardware.bluetooth.audio@2.1",
"vendor.mediatek.hardware.bluetooth.audio@2.2",
"libbase",
"libcutils",
"libfmq",
"libhidlbase",
"liblog",
"libutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libbluetooth_hw_test",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libbluetooth_hw_test.so",
],
shared_libs: [
"liblog",
"libcutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libbluetooth_mtk",
owner: "nothing",
@@ -3793,58 +3702,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libbluetooth_relayer",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libbluetooth_relayer.so",
],
shared_libs: [
"liblog",
"libcutils",
"libbluetoothem_mtk",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libbluetoothem_mtk",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libbluetoothem_mtk.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libbt-vendor",
owner: "nothing",
@@ -21790,39 +21647,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.mediatek.hardware.bluetooth.audio-impl",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/vendor.mediatek.hardware.bluetooth.audio-impl.so",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"libcutils",
"libfmq",
"liblog",
"vendor.mediatek.hardware.bluetooth.audio-V1-ndk",
"libbluetooth_audio_session_aidl_mediatek",
"vendor.mediatek.hardware.bluetooth.audio@2.1",
"vendor.mediatek.hardware.bluetooth.audio@2.2",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.mediatek.hardware.bluetooth.audio@2.1",
owner: "nothing",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.