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

Commit 01981e91 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Add missing library dependency when compiling the unit tests

am: 0321f9a7

Change-Id: I491edb09f445b5aca0948c134cb78a0334804043
parents e225e995 0321f9a7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -43,5 +43,8 @@ cc_test {
    shared_libs: [
        "liblog",
    ],
    static_libs: ["audio.a2dp.default"],
    static_libs: [
        "audio.a2dp.default",
        "libosi",
    ],
}