From ce9a40650dcb1666b9c1a38f4f78d0a037463a00 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 30 Oct 2017 13:52:47 -0700 Subject: [PATCH] Remove make version check We should never be using make here anymore, only Kati. Test: none Change-Id: I6e716d76e3656c2bad1cf17c6de92bdeda763d5b --- core/config.mk | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/config.mk b/core/config.mk index dc3958a09e..5805405803 100644 --- a/core/config.mk +++ b/core/config.mk @@ -61,18 +61,6 @@ backslash := $(patsubst %a,%,$(backslash)) # If a rule fails, delete $@. .DELETE_ON_ERROR: -# Check for broken versions of make. -ifndef KATI -ifneq (1,$(strip $(shell expr $(MAKE_VERSION) \>= 3.81))) -$(warning ********************************************************************************) -$(warning * You are using version $(MAKE_VERSION) of make.) -$(warning * Android can only be built by versions 3.81 and higher.) -$(warning * see https://source.android.com/source/download.html) -$(warning ********************************************************************************) -$(error stopping) -endif -endif - # Used to force goals to build. Only use for conditionally defined goals. .PHONY: FORCE FORCE: