blob: aab4fa9e09ec4d8e4271f72129412ed80bdc2578 [file] [log] [blame]
cc_binary {
name: "android.hardware.health@2.0-service.goldfish",
init_rc: ["android.hardware.health@2.0-service.goldfish.rc"],
proprietary: true,
relative_install_path: "hw",
srcs: [
"HealthService.cpp",
],
cflags: [
"-Wall",
"-Werror",
],
static_libs: [
"android.hardware.health@2.0-impl",
"android.hardware.health@1.0-convert",
"libhealthservice",
"libbatterymonitor",
"libhealthstoragedefault",
],
shared_libs: [
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
"android.hardware.health@2.0",
],
header_libs: ["libhealthd_headers"],
}