Merge "Fix JDK check for USE_MINGW=1."

This commit is contained in:
Dan Albert 2015-05-05 18:45:54 +00:00 committed by Gerrit Code Review
commit 4824042356
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ endif
#
# For Java 1.7, we require OpenJDK on linux and Oracle JDK on Mac OS.
requires_openjdk := false
ifeq ($(HOST_OS), linux)
ifeq ($(BUILD_OS),linux)
requires_openjdk := true
endif