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)