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

Commit 436db044 authored by Kevin Rocard's avatar Kevin Rocard Committed by Android (Google) Code Review
Browse files

Merge "Audio V4: Split system and vendor Audio.h"

parents 8637c07e 8f02d19d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -22,6 +22,13 @@ cc_library {
        "liblog",
    ],
    static_libs: ["libosi"],
    header_libs: [
        // If this hal was vendor, it should depend on
        // "android.hardware.audio.common.legacy@2.0",
        // but because it is currently in system, have it
        // depend on:
        "libaudiohal_legacy_headers",
    ],
}

cc_library_static {