summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2016-08-30 11:14:59 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2016-09-06 01:55:58 (GMT)
commitcc84db0c1e001e32f3ad4214fafe00e34741462e (patch)
tree1a5251cab2405a9abdd3c3da0bedc4f7028d6873
parent818c76da5902b9dfb464083d6a013f9a601ddb44 (diff)
downloadsystem-cc84db0c1e001e32f3ad4214fafe00e34741462e.zip
system-cc84db0c1e001e32f3ad4214fafe00e34741462e.tar.gz
system-cc84db0c1e001e32f3ad4214fafe00e34741462e.tar.bz2
modify for Nougat bringup
Change-Id: I3fdd22e9a5cee567ba7e2c8f6fdfd9f33c2740b1
Diffstat
-rw-r--r--libhealthd/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/libhealthd/Android.mk b/libhealthd/Android.mk
index eb14d93..18454ab 100644
--- a/libhealthd/Android.mk
+++ b/libhealthd/Android.mk
@@ -7,14 +7,16 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := healthd_board_mbox_default.cpp
LOCAL_MODULE := libhealthd.mboxdefault
-LOCAL_C_INCLUDES := system/core/healthd
+LOCAL_C_INCLUDES := system/core/healthd \
+ system/core/healthd/include/healthd
LOCAL_CFLAGS := -Werror
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := healthd_board_tablet_default.cpp
LOCAL_MODULE := libhealthd.tablet
-LOCAL_C_INCLUDES := system/core/healthd
+LOCAL_C_INCLUDES := system/core/healthd \
+ system/core/healthd/include/healthd
LOCAL_CFLAGS := -Werror
include $(BUILD_STATIC_LIBRARY)