Merge "Update jacoco command line flags for latest version"
am: 82d1aee779
Change-Id: I96f66145b23210fd27fa9634927250d9806c5047
This commit is contained in:
commit
5ba8a37e54
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ import (
|
|||
var (
|
||||
jacoco = pctx.AndroidStaticRule("jacoco", blueprint.RuleParams{
|
||||
Command: `${config.Zip2ZipCmd} -i $in -o $strippedJar $stripSpec && ` +
|
||||
`${config.JavaCmd} -jar ${config.JacocoCLIJar} instrument -quiet -dest $instrumentedJar $strippedJar && ` +
|
||||
`${config.JavaCmd} -jar ${config.JacocoCLIJar} ` +
|
||||
` instrument --quiet --dest $instrumentedJar $strippedJar && ` +
|
||||
`${config.Ziptime} $instrumentedJar && ` +
|
||||
`${config.MergeZipsCmd} --ignore-duplicates -j $out $instrumentedJar $in`,
|
||||
CommandDeps: []string{
|
||||
|
|
Loading…
Reference in a new issue