From 530ac5bad143b5281b1c90f2f86380407406e614 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Fri, 4 May 2018 13:53:41 -0700 Subject: [PATCH] healthd: add missing libbatteryservice_headers dep It used to use global header include dirs, which is bad. Test: builds Bug: 68724651 Change-Id: Ib5354c66633499ad57fe5997e2c35283ba5e408f --- healthd/Android.mk | 2 ++ 1 file changed, 2 insertions(+) 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)