diff options
author | Adnan Begovic <adnan@cyngn.com> | 2016-02-09 18:04:37 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-02-09 18:04:50 -0800 |
commit | a4a3d478954a00e48f749f24a821e91b048f4f10 (patch) | |
tree | 734df535a12b6c00b89cd9aa6cedbaa0dcb03683 /core/Makefile | |
parent | 31ed6e0df7fce788a936cdfc03e6b7c92bd7c976 (diff) | |
download | build-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/Makefile')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile index 4cd1543..834a56d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -2252,8 +2252,6 @@ include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk)) # Also the project-specific tasks -include $(sort $(wildcard vendor/*/*/build/tasks/*.mk)) -include $(sort $(wildcard device/*/*/build/tasks/*.mk)) -# Include any vendor specific apicheck.mk file --include $(TOPDIR)vendor/*/build/core/apicheck.mk endif # ----------------------------------------------------------------- |