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

Commit 1644e2f1 authored by Tobias Thierer's avatar Tobias Thierer Committed by Gerrit Code Review
Browse files

Merge "Build with OpenJDK 9 -target 1.8 by default (attempt 4)."

parents 8798bb70 29411139
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -705,7 +705,11 @@ ANDROID_MANIFEST_MERGER := $(JAVA) \
COLUMN:= column

ifeq ($(EXPERIMENTAL_USE_OPENJDK9),)
ifeq ($(RUN_ERROR_PRONE),true)
USE_OPENJDK9 :=
else
USE_OPENJDK9 := true
endif
TARGET_OPENJDK9 :=
else ifeq ($(EXPERIMENTAL_USE_OPENJDK9),false)
USE_OPENJDK9 :=