Merge "Pass -t epoch to jetifier"
This commit is contained in:
commit
ccfe6022d4
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ var (
|
|||
|
||||
jetifier = pctx.AndroidStaticRule("jetifier",
|
||||
blueprint.RuleParams{
|
||||
Command: "${config.JavaCmd} ${config.JavaVmFlags} -jar ${config.JetifierJar} -l error -o $out -i $in",
|
||||
Command: "${config.JavaCmd} ${config.JavaVmFlags} -jar ${config.JetifierJar} -l error -o $out -i $in -t epoch",
|
||||
CommandDeps: []string{"${config.JavaCmd}", "${config.JetifierJar}"},
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue