blob: 79db871d4e21f250e3a95937b501807c19a7a75f [file] [log] [blame]
Dan Willemsen59e086f2016-07-25 17:13:45 -07001cc_library_static {
2 name: "libbatteryservice",
3
4 srcs: [
5 "BatteryProperties.cpp",
6 "BatteryProperty.cpp",
7 "IBatteryPropertiesListener.cpp",
8 "IBatteryPropertiesRegistrar.cpp",
9 ],
10
11 static_libs: [
12 "libutils",
13 "libbinder",
14 ],
15
16 cflags: [
17 "-Wall",
18 "-Werror",
19 "-Wunused",
20 "-Wunreachable-code",
21 ],
22}