blob: 4d3c976acd0421b1d8dad3ed6e3a7c2ff9059833 [file] [log] [blame]
Chia-I Wube99ad62018-01-30 21:18:59 -08001cc_library_headers {
2 name: "android.hardware.graphics.composer@2.1-passthrough",
3 defaults: ["hidl_defaults"],
4 vendor: true,
5 shared_libs: [
6 "libhardware",
7 "libhwc2on1adapter",
8 "libhwc2onfbadapter",
9 ],
10 export_shared_lib_headers: [
11 "libhardware",
12 "libhwc2on1adapter",
13 "libhwc2onfbadapter",
14 ],
15 header_libs: [
16 "android.hardware.graphics.composer@2.1-hal",
17 ],
18 export_header_lib_headers: [
19 "android.hardware.graphics.composer@2.1-hal",
20 ],
21 export_include_dirs: ["include"],
22}