Loading core/main.mk +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81)) $(warning ********************************************************************************) $(warning * You are using version $(MAKE_VERSION) of make.) $(warning * You must upgrade to version 3.81 or greater.) $(warning * see file://$(shell pwd)/docs/development-environment/machine-setup.html) $(warning * see http://source.android.com/download) $(warning ********************************************************************************) $(error stopping) endif Loading Loading
core/main.mk +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81)) $(warning ********************************************************************************) $(warning * You are using version $(MAKE_VERSION) of make.) $(warning * You must upgrade to version 3.81 or greater.) $(warning * see file://$(shell pwd)/docs/development-environment/machine-setup.html) $(warning * see http://source.android.com/download) $(warning ********************************************************************************) $(error stopping) endif Loading