blob: ff4b8759b871a7bc5b6e7c6ea6b277c8a7c83331 [file] [log] [blame]
cc_library_static {
name: "android.hardware.health@1.0-convert",
vendor_available: true,
recovery_available: true,
srcs: ["convert.cpp"],
include_dirs: [
"system/libbase/include",
],
header_libs: ["libhealthd_headers"],
export_header_lib_headers: ["libhealthd_headers"],
export_include_dirs: ["include"],
shared_libs: [
"libcutils",
"libhidlbase",
"libutils",
"android.hardware.health@1.0",
],
}