blob: 6a215953785ca7ed22d8ad2d0cc542aa4c992c0a [file] [log] [blame]
Bob Badourc22b35b2021-02-23 14:26:20 -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
Steven Morelandc1cad352017-07-10 16:06:46 -070010cc_library_static {
11 name: "android.hardware.health@1.0-convert",
12 vendor_available: true,
Yifan Hongad35b352018-07-10 11:47:21 -070013 recovery_available: true,
Steven Morelandc1cad352017-07-10 16:06:46 -070014 srcs: ["convert.cpp"],
15 include_dirs: [
Baligh Uddin797c5092020-10-23 05:52:26 +000016 "system/libbase/include",
Steven Morelandc1cad352017-07-10 16:06:46 -070017 ],
18 header_libs: ["libhealthd_headers"],
19 export_header_lib_headers: ["libhealthd_headers"],
20 export_include_dirs: ["include"],
21 shared_libs: [
22 "libcutils",
23 "libhidlbase",
Steven Morelandc1cad352017-07-10 16:06:46 -070024 "libutils",
25 "android.hardware.health@1.0",
26 ],
27
28}