blob: 9b783916d33c4f6838ce9ad6c09571b050a61b3c [file] [log] [blame]
Bob Badour3306e492021-02-25 15:35:37 -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 "frameworks_native_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_native_license"],
8}
9
Steven Morelandb4cb1b42017-07-10 16:06:20 -070010cc_library_headers {
11 name: "libbatteryservice_headers",
Siarhei Vishniakou31977182022-09-30 08:51:23 -070012 host_supported: true,
Steven Morelandb4cb1b42017-07-10 16:06:20 -070013 vendor_available: true,
Yifan Hong561cf892018-07-10 13:01:32 -070014 recovery_available: true,
Steven Morelandb4cb1b42017-07-10 16:06:20 -070015 export_include_dirs: ["include"],
Yifan Hongeddca622018-05-08 16:55:46 -070016 header_libs: ["libutils_headers"],
17 export_header_lib_headers: ["libutils_headers"],
Steven Morelandb4cb1b42017-07-10 16:06:20 -070018}