Merge "Support ninja rsp files in soong_zip"

This commit is contained in:
Treehugger Robot
2020-08-24 18:40:56 +00:00
committed by Gerrit Code Review
8 changed files with 64 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ var (
zipFiles = pctx.AndroidStaticRule("SnapshotZipFiles",
blueprint.RuleParams{
Command: `${config.SoongZipCmd} -C $basedir -l $out.rsp -o $out`,
Command: `${config.SoongZipCmd} -C $basedir -r $out.rsp -o $out`,
CommandDeps: []string{
"${config.SoongZipCmd}",
},