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

Commit bed4070c authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Add bufferqueue headers to libgui_headers" am: df9ad97a

am: 32182bdb

Change-Id: Ia4a58c659777659f73273db8a2f8386821c33b8a
parents b122451f 32182bdb
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -17,8 +17,16 @@ cc_library_headers {
    export_include_dirs: ["include"],

    // we must build this module to get the required header as that is generated
    export_shared_lib_headers: [ "android.hidl.token@1.0-utils" ],
    shared_libs: [ "android.hidl.token@1.0-utils" ],
    export_shared_lib_headers: [
        "android.hidl.token@1.0-utils",
        "android.hardware.graphics.bufferqueue@1.0",
        "android.hardware.graphics.bufferqueue@2.0",
    ],
    shared_libs: [
        "android.hidl.token@1.0-utils",
        "android.hardware.graphics.bufferqueue@1.0",
        "android.hardware.graphics.bufferqueue@2.0",
    ],
}

cc_library_shared {