summaryrefslogtreecommitdiffstats
path: root/healthd
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-05-04 13:53:41 -0700
committerYifan Hong <elsk@google.com>2018-07-17 15:36:14 -0700
commit9a81d54ce31ff1afde44b60a786e9e06c905a14e (patch)
treeae18737f39fdcf3b1b0d625cb62d54ae9a7c3640 /healthd
parentacd2d30cec34c47d446b6c328dafdf98b3fd5be1 (diff)
downloadsystem_core-9a81d54ce31ff1afde44b60a786e9e06c905a14e.tar.gz
system_core-9a81d54ce31ff1afde44b60a786e9e06c905a14e.tar.bz2
system_core-9a81d54ce31ff1afde44b60a786e9e06c905a14e.zip
healthd: add missing libbatteryservice_headers dep
It used to use global header include dirs, which is bad. Test: builds Bug: 68724651 Change-Id: Ib5354c66633499ad57fe5997e2c35283ba5e408f Merged-In: Ib5354c66633499ad57fe5997e2c35283ba5e408f (cherry picked from commit 530ac5bad143b5281b1c90f2f86380407406e614)
Diffstat (limited to 'healthd')
-rw-r--r--healthd/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/healthd/Android.mk b/healthd/Android.mk
index 86f7cf0d1..f7214c6cd 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -24,6 +24,8 @@ else
LOCAL_CFLAGS += -DHEALTHD_DRAW_SPLIT_OFFSET=0
endif
+LOCAL_HEADER_LIBRARIES := libbatteryservice_headers
+
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)