blob: 256bf126e45a7ead1a4ff3059c472022da43d493 [file] [log] [blame]
cc_library {
name: "libpixelhealth",
vendor: true,
export_include_dirs: ["include"],
srcs: [
"BatteryMetricsLogger.cpp",
"BatteryThermalControl.cpp",
"CycleCountBackupRestore.cpp",
"DeviceHealth.cpp",
"LowBatteryShutdownMetrics.cpp",
],
cflags: [
"-Wall",
"-Werror",
],
static_libs: [
"libbatterymonitor",
],
export_shared_lib_headers: [
"android.frameworks.stats@1.0",
],
shared_libs: [
"android.frameworks.stats@1.0",
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
],
}