blob: c57152f01a2369bad33df31057a513812ab59606 [file] [log] [blame]
subdirs = [
"libhealthd",
]
cc_library_static {
name: "android.hardware.health@1.0-convert",
vendor_available: true,
srcs: ["convert.cpp"],
include_dirs: [
"system/core/base/include",
],
header_libs: ["libhealthd_headers"],
export_header_lib_headers: ["libhealthd_headers"],
export_include_dirs: ["include"],
shared_libs: [
"libcutils",
"libhidlbase",
"libhidltransport",
"libutils",
"android.hardware.health@1.0",
],
}