Merge "Update jacoco command line flags for latest version"
This commit is contained in:
@@ -28,7 +28,8 @@ import (
|
|||||||
var (
|
var (
|
||||||
jacoco = pctx.AndroidStaticRule("jacoco", blueprint.RuleParams{
|
jacoco = pctx.AndroidStaticRule("jacoco", blueprint.RuleParams{
|
||||||
Command: `${config.Zip2ZipCmd} -i $in -o $strippedJar $stripSpec && ` +
|
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.Ziptime} $instrumentedJar && ` +
|
||||||
`${config.MergeZipsCmd} --ignore-duplicates -j $out $instrumentedJar $in`,
|
`${config.MergeZipsCmd} --ignore-duplicates -j $out $instrumentedJar $in`,
|
||||||
CommandDeps: []string{
|
CommandDeps: []string{
|
||||||
|
Reference in New Issue
Block a user