Remove support for EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9.
Prior to this change, setting that to "false" turned the default Java language level back to 8. This change removes that option. Also remove the unused make variable USE_OPENJDK9. Bug: 115604102 Test: m java droid docs tests cts Change-Id: I040cf83a2457227ffbcd1c62649e33b98c0c66f7
This commit is contained in:
@@ -358,9 +358,7 @@ include $(BUILD_SYSTEM)/jacoco.mk
|
||||
|
||||
# Temporarily enable --multi-dex until proguard supports v53 class files
|
||||
# ( http://b/67673860 ) or we move away from proguard altogether.
|
||||
ifdef TARGET_OPENJDK9
|
||||
LOCAL_DX_FLAGS := $(filter-out --multi-dex,$(LOCAL_DX_FLAGS)) --multi-dex
|
||||
endif
|
||||
|
||||
full_classes_pre_proguard_jar := $(LOCAL_FULL_CLASSES_JACOCO_JAR)
|
||||
|
||||
|
Reference in New Issue
Block a user