summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-02-09 18:04:37 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-09 18:04:50 -0800
commita4a3d478954a00e48f749f24a821e91b048f4f10 (patch)
tree734df535a12b6c00b89cd9aa6cedbaa0dcb03683 /core/config.mk
parent31ed6e0df7fce788a936cdfc03e6b7c92bd7c976 (diff)
downloadbuild-a4a3d478954a00e48f749f24a821e91b048f4f10.zip
build-a4a3d478954a00e48f749f24a821e91b048f4f10.tar.gz
build-a4a3d478954a00e48f749f24a821e91b048f4f10.tar.bz2
Revert "build: Fix external checkapi mechanism for marshmallow."
This reverts commit 5a61a0dc099a3577bf96853191a1f1385d366b81. Change-Id: I714846b14122fd2f6f068ec0dd41ffb5b4b42bc0
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 4679503..9344958 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -736,6 +736,9 @@ $(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