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