summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYabin Cui2016-02-17 14:21:34 -0600
committerYabin Cui2016-02-19 00:14:25 -0600
commite98e177a34eb3200b9f95be8379223271933b885 (patch)
tree1076a895504798dd8836d90333e37545bbf7f174 /healthd/healthd_mode_android.cpp
parentd3289ac581816861721b81f7100794fad075c497 (diff)
downloadplatform-system-core-e98e177a34eb3200b9f95be8379223271933b885.tar.gz
platform-system-core-e98e177a34eb3200b9f95be8379223271933b885.tar.xz
platform-system-core-e98e177a34eb3200b9f95be8379223271933b885.zip
healthd: separate libbatterymonitor for use in recovery.
Bug: 26879394 Change-Id: I97b5b4994c42988ce43f5085b8b4b25e9e80c9fa
Diffstat (limited to 'healthd/healthd_mode_android.cpp')
-rw-r--r--healthd/healthd_mode_android.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/healthd_mode_android.cpp b/healthd/healthd_mode_android.cpp
index 0a64099c3..323ef52fd 100644
--- a/healthd/healthd_mode_android.cpp
+++ b/healthd/healthd_mode_android.cpp
@@ -16,7 +16,7 @@
16 16
17#define LOG_TAG "healthd-android" 17#define LOG_TAG "healthd-android"
18 18
19#include "healthd.h" 19#include <healthd/healthd.h>
20#include "BatteryPropertiesRegistrar.h" 20#include "BatteryPropertiesRegistrar.h"
21 21
22#include <binder/IPCThreadState.h> 22#include <binder/IPCThreadState.h>