Disable duplicates warnings when merging jars
There are too many duplicates warnings, disable them until someone is actually looking at them. Bug: 69316739 Test: m checkbuild Change-Id: I7b3315f999dff1c01b6df37ab5ca83f7b8a60bd9
This commit is contained in:
parent
bc203622e6
commit
f91a08caca
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ var (
|
|||
|
||||
combineJar = pctx.AndroidStaticRule("combineJar",
|
||||
blueprint.RuleParams{
|
||||
Command: `${config.MergeZipsCmd} -j $jarArgs $out $in`,
|
||||
Command: `${config.MergeZipsCmd} --ignore-duplicates -j $jarArgs $out $in`,
|
||||
CommandDeps: []string{"${config.MergeZipsCmd}"},
|
||||
},
|
||||
"jarArgs")
|
||||
|
|
Loading…
Reference in a new issue