aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2016-01-29 20:14:48 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-01 09:45:50 +0000
commit191646d44dc8cf51391f5061fbf08a58e7706a03 (patch)
treee09c0d51eb527e6b743db2fd069aa2c660622a79 /src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
parentf1121951d4e9a77291956f58be1c32a1f444d2d9 (diff)
RELNOTES[INC]: Remove JAVAC "Make" variable
The JAVAC "Make" variable is the javac packaged with the host JDK, which is not necessarily the same version used to compile java_library rules. Users should typically use java_library directly. If a manual javac invocation is required, BazelJavac uses the same javac version and flags as java_library. In the rare cases where the host JDK's compiler is actually desired, prefer `$(JAVABASE)/bin/javac` to `$(JAVAC)` for clarity. -- MOS_MIGRATED_REVID=113386241
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java')
0 files changed, 0 insertions, 0 deletions