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

Commit 73a9eaf9 authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "stack fuzzers: remove shared audio dependencies" into main

parents 6720eaef d82d0a9c
Loading
Loading
Loading
Loading
+13 −8
Original line number Original line Diff line number Diff line
@@ -11,7 +11,9 @@ cc_defaults {
    name: "libbt-stack_fuzz_defaults",
    name: "libbt-stack_fuzz_defaults",
    defaults: [
    defaults: [
        "fluoride_defaults",
        "fluoride_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",
    ],
    ],
    include_dirs: [
    include_dirs: [
        "packages/modules/Bluetooth/system/",
        "packages/modules/Bluetooth/system/",
@@ -22,6 +24,16 @@ cc_defaults {
        "packages/modules/Bluetooth/system/types/",
        "packages/modules/Bluetooth/system/types/",
    ],
    ],
    static_libs: [
    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",
        "libFraunhoferAAC",
        "libaudio-a2dp-hw-utils",
        "libaudio-a2dp-hw-utils",
        "libbluetooth-dumpsys",
        "libbluetooth-dumpsys",
@@ -57,13 +69,6 @@ cc_defaults {
        "libudrv-uipc",
        "libudrv-uipc",
    ],
    ],
    shared_libs: [
    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",
        "libPlatformProperties",
        "libaaudio",
        "libaaudio",
        "libbase",
        "libbase",