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

Commit 1c83cff8 authored by David Duarte's avatar David Duarte
Browse files

Remove libaaudio from fluoride_basic_defaults

Test: mma
Bug: 279502784
Change-Id: I30802a51010305b17ad0d2321753fea76edeae5a
parent 0a05b0f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ cc_library_shared {
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.system.suspend-V1-ndk",
        "libaaudio",
        "libbinder_ndk",
        "libfmq",
        "libnativehelper",
+2 −0
Original line number Diff line number Diff line
@@ -136,6 +136,7 @@ cc_library_static {
                "libPlatformProperties",
            ],
            srcs: ["src/btif_avrcp_audio_track.cc"],
            shared_libs: ["libaaudio"],
        },
        host: {
            srcs: [
@@ -210,6 +211,7 @@ cc_library_static {
    target: {
        android: {
            srcs: ["src/btif_avrcp_audio_track.cc"],
            shared_libs: ["libaaudio"],
        },
        host: {
            srcs: [
+0 −1
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ cc_defaults {
        android: {
            shared_libs: [
                "libPlatformProperties",
                "libaaudio",
            ],
        },
    },