From 43e28ca3dc5005cdbd1d0d71ffdad38b7a426451 Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Wed, 21 Dec 2016 10:56:56 -0600 Subject: init: add base includes * some devices will need this (wt88047 for instance) Change-Id: Idddf3f8ca8c4b64a6a7eaabf4196de623edf5792 --- init/Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init/Android.mk b/init/Android.mk index 669bcf2..7fc4b06 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -3,7 +3,9 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional -LOCAL_C_INCLUDES := system/core/init +LOCAL_C_INCLUDES := \ + system/core/base/include \ + system/core/init LOCAL_CFLAGS := -Wall LOCAL_SRC_FILES := init_msm8916.cpp ifneq ($(TARGET_LIBINIT_MSM8916_DEFINES_FILE),) -- cgit v1.2.3