Merge "Update jacoco command line flags for latest version" am: 82d1aee779
am: 5ba8a37e54
Change-Id: If15079e8632dc85a3107e463ad2e50e0a0428c08
This commit is contained in:
commit
3daf7a1e09
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