Skip to content

Commit

Permalink
Revert "Bypass Java error"
Browse files Browse the repository at this point in the history
This reverts commit 1b5306c.
  • Loading branch information
fusionjack committed Aug 20, 2016
1 parent fd7d29d commit 4378cb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $(info ************************************************************)
$(info You asked for an OpenJDK 7 build but your version is)
$(info $(java_version_str).)
$(info ************************************************************)

#$(error stop)
endif # java version is not OpenJdk
else # if requires_openjdk
ifneq ($(shell echo '$(java_version_str)' | grep -i openjdk),)
Expand All @@ -201,7 +201,7 @@ $(info You use OpenJDK but only Sun/Oracle JDK is supported.)
$(info Please follow the machine setup instructions at)
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
$(info ************************************************************)

$(error stop)
endif # java version is not Sun Oracle JDK
endif # if requires_openjdk

Expand All @@ -217,7 +217,7 @@ $(info $(space))
$(info Please follow the machine setup instructions at)
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
$(info ************************************************************)

$(error stop)
endif


Expand Down

0 comments on commit 4378cb3

Please sign in to comment.