commit | 3e25573c136becb9c86c49d4c337fe41bc70ded8 | [log] [tgz] |
---|---|---|
author | Pete Gillin <peteg@google.com> | Thu Oct 17 10:38:35 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 17 10:38:35 2019 +0000 |
tree | 8231116c7d0e50b089ad323efccd2a45b2539f54 | |
parent | 323a460d5b2ae132c89a38cf4530f96a96c95a90 [diff] | |
parent | b455f58059e5549c18871c035bb052d318f27aa2 [diff] |
Merge "Enable Java language level 9 by default."
diff --git a/core/config.mk b/core/config.mk index 49b9329..241ac8d 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -630,9 +630,11 @@ USE_OPENJDK9 := true ifeq ($(EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9),) -TARGET_OPENJDK9 := +TARGET_OPENJDK9 := true else ifeq ($(EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9),true) TARGET_OPENJDK9 := true +else ifeq ($(EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9),false) +TARGET_OPENJDK9 := endif # Path to tools.jar