blob: b7003446e74331c9eb9d3e818bbc609e552fd132 [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Chia-I Wude0bd952018-02-01 16:12:35 -080010cc_library_headers {
11 name: "android.hardware.graphics.composer@2.2-passthrough",
12 defaults: ["hidl_defaults"],
13 vendor: true,
14 header_libs: [
15 "android.hardware.graphics.composer@2.1-passthrough",
16 "android.hardware.graphics.composer@2.2-hal",
17 ],
18 export_header_lib_headers: [
19 "android.hardware.graphics.composer@2.1-passthrough",
20 "android.hardware.graphics.composer@2.2-hal",
21 ],
22 export_include_dirs: ["include"],
23}