blob: 79db871d4e21f250e3a95937b501807c19a7a75f [file] [log] [blame]
cc_library_static {
name: "libbatteryservice",
srcs: [
"BatteryProperties.cpp",
"BatteryProperty.cpp",
"IBatteryPropertiesListener.cpp",
"IBatteryPropertiesRegistrar.cpp",
],
static_libs: [
"libutils",
"libbinder",
],
cflags: [
"-Wall",
"-Werror",
"-Wunused",
"-Wunreachable-code",
],
}