Skip to content

Commit

Permalink
Flips the default value of --explicit_jre_deps to true.
Browse files Browse the repository at this point in the history
RELNOTES: Flips --explicit_jre_deps flag on by default.

--
PiperOrigin-RevId: 147497803
MOS_MIGRATED_REVID=147497803
  • Loading branch information
Googler authored and dslomov committed Feb 15, 2017
1 parent d4d7fca commit 49705e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class J2ObjcCommandLineOptions extends FragmentOptions {
public boolean removeDeadCode;

@Option(name = "explicit_jre_deps",
defaultValue = "false",
defaultValue = "true",
category = "flags",
help = "Requires JRE dependencies to be declared in j2objc_library's jre_deps attribute."
)
Expand Down

0 comments on commit 49705e5

Please sign in to comment.