blob: 140d9bb6980bd0842f97314ad48e8c720868ef3c [file] [log] [blame]
Courtney Goeltzenleuchter5ecd86a2018-01-12 14:00:56 -08001cc_library_headers {
2 name: "android.hardware.graphics.composer@2.1-command-buffer",
3 defaults: ["hidl_defaults"],
4 vendor_available: true,
Chia-I Wu96a098a2018-01-25 10:38:06 -08005 shared_libs: [
6 "android.hardware.graphics.composer@2.1",
7 "libfmq",
8 "libsync",
9 ],
10 export_shared_lib_headers: [
11 "android.hardware.graphics.composer@2.1",
12 "libfmq",
13 "libsync",
14 ],
Courtney Goeltzenleuchter5ecd86a2018-01-12 14:00:56 -080015 export_include_dirs: ["include"],
16}