Skip to main content
A java compiler configuration.

Members

bytecode_optimization_pass_actions

This specifies the number of actions to divide the OPTIMIZATION stage of the bytecode optimizer into. Note that if split_bytecode_optimization_pass is set, this will only change behavior if it is > 2.

bytecode_optimizer_mnemonic

The mnemonic for the bytecode optimizer.

default_javac_flags

The default flags for the Java compiler.

default_javac_flags_depset

The default flags for the Java compiler.

default_jvm_opts

Additional options to pass to the Java VM for each java_binary target

disallow_java_import_empty_jars

Returns true if empty java_import jars are not allowed.

disallow_java_import_exports

Returns true if java_import exports are not allowed.

multi_release_deploy_jars

The value of the —incompatible_multi_release_deploy_jars flag.

one_version_enforcement_level

The value of the —experimental_one_version_enforcement flag.

plugins

A list containing the labels provided with —plugins, if any.

run_android_lint

The value of the —experimental_run_android_lint_on_java_rules flag.

split_bytecode_optimization_pass

Returns whether the OPTIMIZATION stage of the bytecode optimizer will be split across two actions.

strict_java_deps

The value of the strict_java_deps flag.

use_header_compilation_direct_deps

Returns true if Java header compilation should use separate outputs for direct deps.

use_ijars

Returns true iff Java compilation should use ijars.