1package { 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 10cc_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} 24