From 9a81d54ce31ff1afde44b60a786e9e06c905a14e Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Fri, 4 May 2018 13:53:41 -0700 Subject: 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) --- healthd/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'healthd') 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) -- cgit v1.2.3