1cc_library_headers {
2    name: "android.hardware.graphics.composer@2.2-command-buffer",
3    defaults: ["hidl_defaults"],
4    vendor_available: true,
5    shared_libs: [
6        "android.hardware.graphics.composer@2.1",
7        "android.hardware.graphics.composer@2.2",
8    ],
9    header_libs: [
10        "android.hardware.graphics.composer@2.1-command-buffer",
11    ],
12    export_include_dirs: ["include"],
13}
14