Skip to content
Snippets Groups Projects
Commit f69910d6 authored by Adrian DC's avatar Adrian DC Committed by Rashed Abdel-Tawab
Browse files

libhealthd: Add android-base and minui include paths

 * Required to access android-base/unique_fd.h

 * Includes following commit from CAF device/qcom/common

healthd: Add include path for minui.h
The minui.h header file path has changed such that it
now resides within recovery/minui/include. Update the
healthd makefile to reflect this
Change-Id: I4ed371156b075f5b96404480b3703f113003979b

Change-Id: I60bc31ecaa07dad40b37265ded37d64b492bd029
parent f395bed8
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@ LOCAL_MODULE := libhealthd.lineage
LOCAL_CFLAGS := -Werror
LOCAL_C_INCLUDES := \
system/core/healthd/include \
bootable/recovery
system/core/base/include \
bootable/recovery/minui/include
ifneq ($(BACKLIGHT_PATH),)
LOCAL_CFLAGS += -DHEALTHD_BACKLIGHT_PATH=\"$(BACKLIGHT_PATH)\"
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment