healthd: add missing libbatteryservice_headers dep

It used to use global header include dirs, which is bad.
Test: builds
Bug: 68724651

Change-Id: Ib5354c66633499ad57fe5997e2c35283ba5e408f
This commit is contained in:
Yifan Hong 2018-05-04 13:53:41 -07:00
parent 6f0d4fb377
commit 530ac5bad1

View file

@ -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)