Merge "Use an https URL"
This commit is contained in:
commit
700741cf45
|
@ -45,7 +45,7 @@ ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 3.82))
|
|||
$(warning ********************************************************************************)
|
||||
$(warning * You are using version $(MAKE_VERSION) of make.)
|
||||
$(warning * Android can only be built by versions 3.81 and 3.82.)
|
||||
$(warning * see http://source.android.com/source/download.html)
|
||||
$(warning * see https://source.android.com/source/download.html)
|
||||
$(warning ********************************************************************************)
|
||||
$(error stopping)
|
||||
endif
|
||||
|
@ -131,7 +131,7 @@ $(info Your version is: $(shell java -version 2>&1 | head -n 1).)
|
|||
$(info The correct version is: Java SE 1.6.)
|
||||
$(info $(space))
|
||||
$(info Please follow the machine setup instructions at)
|
||||
$(info $(space)$(space)$(space)$(space)http://source.android.com/source/download.html)
|
||||
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
|
||||
$(info ************************************************************)
|
||||
$(error stop)
|
||||
endif
|
||||
|
@ -147,7 +147,7 @@ $(info Your version is: $(shell javac -version 2>&1 | head -n 1).)
|
|||
$(info The correct version is: 1.6.)
|
||||
$(info $(space))
|
||||
$(info Please follow the machine setup instructions at)
|
||||
$(info $(space)$(space)$(space)$(space)http://source.android.com/source/download.html)
|
||||
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
|
||||
$(info ************************************************************)
|
||||
$(error stop)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue