system/corennnnn
Révision | 929fe24ff23e5973f14474ad2bac8b32e122125c (tree) |
---|---|
l'heure | 2016-09-04 08:47:14 |
Auteur | Luca Stefani <luca.stefani.ge1@gmai...> |
Commiter | Steve Kondik |
healthd: Fix libhealthd.qcom build
Change-Id: I3bd08cc55501a5a43809837dc5b185817fdd73aa
@@ -22,6 +22,8 @@ include $(CLEAR_VARS) | ||
22 | 22 | LOCAL_SRC_FILES := healthd_board_msm.cpp |
23 | 23 | LOCAL_MODULE := libhealthd.qcom |
24 | 24 | LOCAL_CFLAGS := -Werror |
25 | +LOCAL_C_INCLUDES := $(LOCAL_PATH)/include | |
26 | +LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include | |
25 | 27 | include $(BUILD_STATIC_LIBRARY) |
26 | 28 | |
27 | 29 | include $(CLEAR_VARS) |
@@ -35,7 +35,7 @@ | ||
35 | 35 | #include <sys/timerfd.h> |
36 | 36 | #include <linux/rtc.h> |
37 | 37 | |
38 | -#include <healthd.h> | |
38 | +#include <healthd/healthd.h> | |
39 | 39 | |
40 | 40 | #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) |
41 | 41 | #define LOGI(x...) do { KLOG_INFO("charger", x); } while (0) |