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

Commit 21d1b329 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

am: 01981e91

Change-Id: Ib2486084fb69d73c897635cfbe7c3c0252a2a419
parents d79c985a 01981e91
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",
    ],
}