commit | f6dbc6d4b830c57c0155a607d0d8a2cb6b1e0040 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Feb 17 12:21:34 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Tue Feb 23 10:52:43 2016 -0800 |
tree | 87b05d21591a3d412a9ac5c64c384ae316ce90dd | |
parent | ac3387b71baf99b2680af038c5997eb52218f661 [diff] [blame] |
healthd: separate libbatterymonitor for use in recovery. Bug: 26879394 Change-Id: I97b5b4994c42988ce43f5085b8b4b25e9e80c9fa (cherry picked from commit e98e177a34eb3200b9f95be8379223271933b885)
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 {