OSDN Git Service

libgui: New mutex for ConsumerBase frame callbacks
[android-x86/frameworks-native.git] / services / batteryservice / Android.bp
1 cc_library {
2     name: "libbatteryservice",
3
4     srcs: [
5         "BatteryProperties.cpp",
6         "BatteryProperty.cpp",
7         "IBatteryPropertiesListener.cpp",
8         "IBatteryPropertiesRegistrar.cpp",
9     ],
10
11     shared_libs: [
12         "libutils",
13         "libbinder",
14     ],
15
16     cflags: [
17         "-Wall",
18         "-Werror",
19         "-Wunused",
20         "-Wunreachable-code",
21     ],
22 }