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

Commit d06f050d authored by Ady Abraham's avatar Ady Abraham
Browse files

Add command buffer support for AidlComposer

Bug: 198190384
Test: build

Change-Id: Ia28cf992b0ab06099a9ea3f871925839e92e8dc9
parent 1a0a5129
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.