• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Révision929fe24ff23e5973f14474ad2bac8b32e122125c (tree)
l'heure2016-09-04 08:47:14
AuteurLuca Stefani <luca.stefani.ge1@gmai...>
CommiterSteve Kondik

Message de Log

healthd: Fix libhealthd.qcom build

Change-Id: I3bd08cc55501a5a43809837dc5b185817fdd73aa

Change Summary

Modification

--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -22,6 +22,8 @@ include $(CLEAR_VARS)
2222 LOCAL_SRC_FILES := healthd_board_msm.cpp
2323 LOCAL_MODULE := libhealthd.qcom
2424 LOCAL_CFLAGS := -Werror
25+LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
26+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
2527 include $(BUILD_STATIC_LIBRARY)
2628
2729 include $(CLEAR_VARS)
--- a/healthd/healthd_board_msm.cpp
+++ b/healthd/healthd_board_msm.cpp
@@ -35,7 +35,7 @@
3535 #include <sys/timerfd.h>
3636 #include <linux/rtc.h>
3737
38-#include <healthd.h>
38+#include <healthd/healthd.h>
3939
4040 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
4141 #define LOGI(x...) do { KLOG_INFO("charger", x); } while (0)