blob: 1e3799185e2775b60d28e49889bef18eeb57b362 [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",
12 vendor_available: true,
Yifan Hong561cf892018-07-10 13:01:32 -070013 recovery_available: true,
Steven Morelandb4cb1b42017-07-10 16:06:20 -070014 export_include_dirs: ["include"],
Yifan Hongeddca622018-05-08 16:55:46 -070015 header_libs: ["libutils_headers"],
16 export_header_lib_headers: ["libutils_headers"],
Steven Morelandb4cb1b42017-07-10 16:06:20 -070017}