diff options
| author | Dan Pasanen <dan.pasanen@gmail.com> | 2016-12-21 10:56:56 -0600 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-12-23 05:57:15 -0800 |
| commit | 43e28ca3dc5005cdbd1d0d71ffdad38b7a426451 (patch) | |
| tree | 8185425e3b4636e6f5b7092d7775c4ef3599760a /init | |
| parent | 2148026c92de2cdccf937d521e22d15d1e0067a5 (diff) | |
init: add base includes
* some devices will need this (wt88047 for instance)
Change-Id: Idddf3f8ca8c4b64a6a7eaabf4196de623edf5792
Diffstat (limited to 'init')
| -rw-r--r-- | init/Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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),) |
