Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4a3d478 authored by Adnan Begovic's avatar Adnan Begovic Committed by Gerrit Code Review
Browse files

Revert "build: Fix external checkapi mechanism for marshmallow."

This reverts commit 5a61a0dc.

Change-Id: I714846b14122fd2f6f068ec0dd41ffb5b4b42bc0
parent 31ed6e0d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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

# -----------------------------------------------------------------
+3 −0
Original line number Diff line number Diff line
@@ -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