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

Commit 07817f72 authored by Myles Watson's avatar Myles Watson
Browse files

net_test_btif: Remove shared audio libs deps

Bug: 325018304
Test: mma -j32
      atest net_test_btif
Flag: EXEMPT, build-only change
Change-Id: I1eee71f8334873f92972fdf1797d0e3c2e48f49d
parent a381f571
Loading
Loading
Loading
Loading
+15 −11
Original line number Diff line number Diff line
@@ -164,9 +164,6 @@ cc_library_static {
        "libbtif-core",
        "libflatbuffers-cpp",
    ],
    shared_libs: [
        "android.hardware.bluetooth.audio@2.1",
    ],
    cflags: [
        "-DBUILDCFG",
        "-Wno-unused-parameter",
@@ -288,16 +285,17 @@ cc_test {
    ],
    header_libs: ["libbluetooth_headers"],
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libcutils",
        "libfmq",
        "libhidlbase",
        "liblog",
        "libutils",
        "server_configurable_flags",
    ],
    static_libs: [
        "android.hardware.audio.common@5.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "libFraunhoferAAC",
        "libbase",
        "libbluetooth-dumpsys",
@@ -328,6 +326,7 @@ cc_test {
        "libevent",
        "libflagtest",
        "libflatbuffers-cpp",
        "libfmq",
        "libg722codec",
        "libgmock",
        "liblc3",
@@ -340,8 +339,6 @@ cc_test {
    target: {
        android: {
            shared_libs: [
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
                "libPlatformProperties",
                "libbinder_ndk",
                "libstatssocket",
@@ -357,6 +354,11 @@ cc_test {
                "libaaudio",
            ],
        },
        host: {
            static_libs: [
                "libbinder_ndk",
            ],
        },
    },
    cflags: ["-DBUILDCFG"],
    sanitize: {
@@ -635,7 +637,10 @@ cc_test {
        "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",
        "avrcp-target-service",
        "bluetooth_flags_c_lib",
        "lib-bt-packets",
@@ -679,8 +684,6 @@ cc_test {
                "android.hardware.common.fmq-V1-ndk",
            ],
            shared_libs: [
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
                "libaaudio",
                "libbinder_ndk",
                "libstatssocket",
@@ -761,6 +764,9 @@ cc_test {
        "server_configurable_flags",
    ],
    static_libs: [
        "android.hardware.audio.common@5.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "avrcp-target-service",
        "bluetooth_flags_c_lib",
        "lib-bt-packets",
@@ -802,8 +808,6 @@ cc_test {
                "android.hardware.common.fmq-V1-ndk",
            ],
            shared_libs: [
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
                "libbinder_ndk",
                "libstatssocket",
            ],