Run ErrorProne in OpenJDK9
Run ErrorProne as a processor in javac from OpenJDK9. Bug: 69485063 Test: m RUN_ERROR_PRONE=true javac-check Change-Id: I2dde597430b47c440df22d248809233a6ade1625
This commit is contained in:
@@ -227,11 +227,6 @@ $(full_classes_compiled_jar): PRIVATE_WARNINGS_ENABLE := $(LOCAL_WARNINGS_ENABLE
|
||||
# Deps for generated source files must be handled separately,
|
||||
# via deps on the target that generates the sources.
|
||||
|
||||
# If error prone is enabled then add LOCAL_ERROR_PRONE_FLAGS to LOCAL_JAVACFLAGS
|
||||
ifeq ($(RUN_ERROR_PRONE),true)
|
||||
LOCAL_JAVACFLAGS += $(LOCAL_ERROR_PRONE_FLAGS)
|
||||
endif
|
||||
|
||||
# For user / userdebug builds, strip the local variable table and the local variable
|
||||
# type table. This has no bearing on stack traces, but will leave less information
|
||||
# available via JDWP.
|
||||
|
Reference in New Issue
Block a user