Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8b70ad2 authored by Myles Watson's avatar Myles Watson
Browse files

audio_hal_interface fuzzer: Remove shared audio dependencies

Bug: 325018304
Test: mma -j32
Flag: EXEMPT, build-only change
Change-Id: Iaacaeb2d148fdcab82c3b87e4674d9b96ab08a4c
parent 1de13d04
Loading
Loading
Loading
Loading
+13 −8
Original line number Diff line number Diff line
@@ -30,16 +30,11 @@ cc_defaults {
        "libbluetooth_headers",
    ],
    defaults: [
        "latest_android_hardware_bluetooth_audio_ndk_shared",
        "latest_android_hardware_audio_common_ndk_static",
        "latest_android_hardware_bluetooth_audio_ndk_static",
        "latest_android_media_audio_common_types_ndk_static",
    ],
    shared_libs: [
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.system.suspend-V1-ndk",
        "android.system.suspend.control-V1-ndk",
        "libPlatformProperties",
        "libaaudio",
        "libbinder_ndk",
@@ -51,6 +46,16 @@ cc_defaults {
        "server_configurable_flags",
    ],
    static_libs: [
        "android.hardware.audio.common@5.0",
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",
        "android.system.suspend-V1-ndk",
        "android.system.suspend.control-V1-ndk",
        "libFraunhoferAAC",
        "libaudio-a2dp-hw-utils",
        "libbase",