Merge "Suppress resourceshrinker stdout in soong" am: ece97e5658
am: 1890f082a7
am: b12365df34
am: 7a67e5ca42
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2629191 Change-Id: Id2a2b8d8d44c5e4ae817d69d99ac6e105141b998 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -22,7 +22,8 @@ import (
|
||||
|
||||
var shrinkResources = pctx.AndroidStaticRule("shrinkResources",
|
||||
blueprint.RuleParams{
|
||||
Command: `${config.ResourceShrinkerCmd} --output $out --input $in --raw_resources $raw_resources`,
|
||||
// Note that we suppress stdout to avoid successful log confirmations.
|
||||
Command: `${config.ResourceShrinkerCmd} --output $out --input $in --raw_resources $raw_resources >/dev/null`,
|
||||
CommandDeps: []string{"${config.ResourceShrinkerCmd}"},
|
||||
}, "raw_resources")
|
||||
|
||||
|
Reference in New Issue
Block a user