Pass -t epoch to jetifier
Pass -t epoch to jetifier to get reproducible output files from it. Bug: 262448304 Test: builds Change-Id: I65d42e5d556f27e15e6700363840857c1a25da74
This commit is contained in:
parent
7a9803cbde
commit
db9f1af579
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