commit | e98e177a34eb3200b9f95be8379223271933b885 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Feb 17 12:21:34 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Thu Feb 18 22:14:25 2016 -0800 |
tree | 1076a895504798dd8836d90333e37545bbf7f174 | |
parent | d3289ac581816861721b81f7100794fad075c497 [diff] [blame] |
healthd: separate libbatterymonitor for use in recovery. Bug: 26879394 Change-Id: I97b5b4994c42988ce43f5085b8b4b25e9e80c9fa
diff --git a/healthd/BatteryPropertiesRegistrar.cpp b/healthd/BatteryPropertiesRegistrar.cpp index d3a89d7..5d1fa52 100644 --- a/healthd/BatteryPropertiesRegistrar.cpp +++ b/healthd/BatteryPropertiesRegistrar.cpp
@@ -26,7 +26,7 @@ #include <utils/Mutex.h> #include <utils/String16.h> -#include "healthd.h" +#include <healthd/healthd.h> namespace android {