| Chia-I Wu | de0bd95 | 2018-02-01 16:12:35 -0800 | [diff] [blame] | 1 | cc_library_headers { |
| 2 | name: "android.hardware.graphics.composer@2.2-passthrough", | ||||
| 3 | defaults: ["hidl_defaults"], | ||||
| 4 | vendor: true, | ||||
| 5 | header_libs: [ | ||||
| 6 | "android.hardware.graphics.composer@2.1-passthrough", | ||||
| 7 | "android.hardware.graphics.composer@2.2-hal", | ||||
| 8 | ], | ||||
| 9 | export_header_lib_headers: [ | ||||
| 10 | "android.hardware.graphics.composer@2.1-passthrough", | ||||
| 11 | "android.hardware.graphics.composer@2.2-hal", | ||||
| 12 | ], | ||||
| 13 | export_include_dirs: ["include"], | ||||
| 14 | } | ||||