summaryrefslogtreecommitdiffstats
path: root/core/clear_vars.mk
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-05-26 18:21:15 -0700
committerDanesh M <daneshm90@gmail.com>2015-10-09 13:29:31 -0700
commit92b2b6982a39fb0eb158286c3ff614a0469f7208 (patch)
treebec9f3cce719b4dd330b5e8a3cba45e70c517caa /core/clear_vars.mk
parent8662a7e3ec4d9540215da85eb7e7947e81e6754d (diff)
downloadbuild-92b2b6982a39fb0eb158286c3ff614a0469f7208.zip
build-92b2b6982a39fb0eb158286c3ff614a0469f7208.tar.gz
build-92b2b6982a39fb0eb158286c3ff614a0469f7208.tar.bz2
build/core: Inherit vendor/* makefiles for check-api.
Change-Id: I72d409075192b18c35068566c5687092d45be9b4
Diffstat (limited to 'core/clear_vars.mk')
-rw-r--r--core/clear_vars.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/clear_vars.mk b/core/clear_vars.mk
index 7847ae9..794e1a9 100644
--- a/core/clear_vars.mk
+++ b/core/clear_vars.mk
@@ -293,7 +293,8 @@ LOCAL_MODULE_STEM_64:=
LOCAL_CLANG_32:=
LOCAL_CLANG_64:=
-LOCAL_IGNORE_SUBDIR:=
+# Include any vendor specific clear_vars.mk file
+-include $(TOPDIR)vendor/*/build/core/clear_vars.mk
# Trim MAKEFILE_LIST so that $(call my-dir) doesn't need to
# iterate over thousands of entries every time.