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

Commit 6dde1bca authored by Ady Abraham's avatar Ady Abraham Committed by Android (Google) Code Review
Browse files

Merge "Add command buffer support for AidlComposer"

parents 5ec4f372 d06f050d
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -67,3 +67,22 @@ cc_library {
    ],
    export_include_dirs: ["include"],
}

cc_library_headers {
    name: "android.hardware.graphics.composer3-command-buffer",
    vendor_available: true,
    shared_libs: [
        "android.hardware.graphics.composer3-V1-ndk",
        "libbase",
        "libfmq",
        "libsync",
    ],
    static_libs: [
        "libaidlcommonsupport",
    ],
    export_shared_lib_headers: [
        "libfmq",
        "libsync",
    ],
    export_include_dirs: ["include"],
}
+895 −0

File added.

Preview size limit exceeded, changes collapsed.