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

Commit b485238e authored by Zach Johnson's avatar Zach Johnson
Browse files

Add stubs so you can use libaaudio from an APEX

Bug: 142747680
Test: compile, verify APEX mounts correctly
Change-Id: I1350a8e110f5ffc6e1f8316c46a36b8a50b73fb6
Merged-In: I1350a8e110f5ffc6e1f8316c46a36b8a50b73fb6
parent b2872d47
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@ cc_library {
        "libutils",
        "libbinder",
    ],

    stubs: {
        symbol_file: "libaaudio.map.txt",
        versions: ["28"],
    },
}

cc_library {