Files
2023-10-13 14:01:41 +00:00

17 lines
429 B
Plaintext

cc_library_headers {
name: "android.hardware.graphics.composer@2.1-command-buffer",
defaults: ["hidl_defaults"],
vendor_available: true,
shared_libs: [
"android.hardware.graphics.composer@2.1",
"libfmq",
"libsync",
],
export_shared_lib_headers: [
"android.hardware.graphics.composer@2.1",
"libfmq",
"libsync",
],
export_include_dirs: ["include"],
}