Merge "Add missing paren in "java -version" check"
This commit is contained in:
commit
6ec3545158
|
@ -154,7 +154,7 @@ ifeq ($(shell java -version 2>&1 | grep -i openjdk),)
|
||||||
$(info ************************************************************)
|
$(info ************************************************************)
|
||||||
$(info You are attempting to build with an unsupported JDK.)
|
$(info You are attempting to build with an unsupported JDK.)
|
||||||
$(info $(space))
|
$(info $(space))
|
||||||
$(info This build requires OpenJDK, but you are using:
|
$(info This build requires OpenJDK, but you are using:)
|
||||||
$(info $(shell java -version 2>&1 | head -n 2).)
|
$(info $(shell java -version 2>&1 | head -n 2).)
|
||||||
$(info Please follow the machine setup instructions at)
|
$(info Please follow the machine setup instructions at)
|
||||||
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
|
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
|
||||||
|
|
Loading…
Reference in New Issue