| Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 1 | cc_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 | } | ||||