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

Commit 4dc737d3 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 77719372: am 6ce55427: am 48240423: Merge "Fix JDK check for USE_MINGW=1."

* commit '77719372':
  Fix JDK check for USE_MINGW=1.
parents 08769402 77719372
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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