File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,17 @@ endif
42
42
ifeq (,$(findstring CYGWIN,$(shell uname -sm) ) )
43
43
ifeq (0,$(shell expr $$(echo $(MAKE_VERSION ) | sed "s/[^0-9\.].*//" ) = 3.81) )
44
44
ifeq (0,$(shell expr $$(echo $(MAKE_VERSION ) | sed "s/[^0-9\.].*//" ) = 3.82) )
45
+ ifeq (0,$(shell expr $$(echo $(MAKE_VERSION ) | sed "s/[^0-9\.].*//" ) = 4.0) )
45
46
$(warning ********************************************************************************)
46
47
$(warning * You are using version $(MAKE_VERSION) of make.)
47
- $(warning * Android can only be built by versions 3.81 and 3.82.)
48
+ $(warning * Android can only be built by versions 3.81, 3.82 and 4.0 .)
48
49
$(warning * see https ://source.android.com/source/download.html)
49
50
$(warning ********************************************************************************)
50
51
$(error stopping)
51
52
endif
52
53
endif
53
54
endif
55
+ endif
54
56
55
57
# Absolute path of the present working direcotry.
56
58
# This overrides the shell variable $PWD, which does not necessarily points to
You can’t perform that action at this time.
0 commit comments