summaryrefslogtreecommitdiffstats
path: root/core/config.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/config.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/config.mk')
-rw-r--r--core/config.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 04c6d54..73bfaf6 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -709,6 +709,13 @@ ifneq ($(CM_BUILD),)
## We need to be sure the global selinux policies are included
## last, to avoid accidental resetting by device configs
$(eval include vendor/cm/sepolicy/sepolicy.mk)
+
+# Include any vendor specific config.mk file
+-include $(TOPDIR)vendor/*/build/core/config.mk
+
+# Include any vendor specific apicheck.mk file
+-include $(TOPDIR)vendor/*/build/core/apicheck.mk
+
endif
include $(BUILD_SYSTEM)/dumpvar.mk