am 20048318: am aa754868: am 6ec35451: Merge "Add missing paren in "java -version" check"

* commit '20048318cda49fc9412be8fb2349354313090240':
  Add missing paren in "java -version" check
This commit is contained in:
Ying Wang 2014-01-21 20:01:29 +00:00 committed by Android Git Automerger
commit 5f95f44268

View file

@ -154,7 +154,7 @@ ifeq ($(shell java -version 2>&1 | grep -i openjdk),)
$(info ************************************************************)
$(info You are attempting to build with an unsupported JDK.)
$(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 Please follow the machine setup instructions at)
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)