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

Commit c1070e0b authored by David Duarte's avatar David Duarte
Browse files

Remove android.hardware.bluetooth.audio-V3-ndk from defaults

Bug: 279502784
Bug: 267212763

Test: Presubmit
Change-Id: Ibb11f95739fcd86d5ec7239c747449d5cf86724b
parent dd13de3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ cc_library_shared {
        "libmodpb64",
    ],
    shared_libs: [
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -178,7 +178,6 @@ cc_defaults {
    target: {
        android: {
            shared_libs: [
                "android.hardware.bluetooth.audio-V3-ndk",
                "android.system.suspend-V1-ndk",
                "libPlatformProperties",
                "libaaudio",
+3 −7
Original line number Diff line number Diff line
@@ -103,13 +103,6 @@ cc_defaults {
        "libbluetooth_headers",
        "libhardware_headers",
    ],
    target: {
        android: {
            shared_libs: [
                "android.hardware.bluetooth.audio-V3-ndk",
            ],
        },
    },
}

cc_test {
@@ -131,4 +124,7 @@ cc_test {
        "libchrome",
        "libevent",
    ],
    shared_libs: [
        "android.hardware.bluetooth.audio-V3-ndk",
    ],
}