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

Commit 59acec01 authored by Kevin Rocard's avatar Kevin Rocard
Browse files

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

This reverts commit 8f02d19d.

Reason for revert: Breaks the build of multiple devices

Change-Id: Iec3058053a8ce3560b5f1fc9563e653badbaaca8
parent 8f02d19d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -22,13 +22,6 @@ 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 {