Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20048318 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

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

* commit 'aa754868':
  Add missing paren in "java -version" check
parents da9ef76b aa754868
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)