Fix mac soong build

Change-Id: I50b3ca1af571d00a0cc5efc80c5d1c6f0b1f789b
This commit is contained in:
Colin Cross 2016-08-01 15:42:38 -07:00
parent b98c8b0595
commit a24166b5c7
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ var (
darwinStrip = pctx.StaticRule("darwinStrip",
blueprint.RuleParams{
Command: "${macStripPath} -u -r -o $out $in",
CommandDeps: []string{"${macStripPath}"},
Command: "${config.MacStripPath} -u -r -o $out $in",
CommandDeps: []string{"${config.MacStripPath}"},
Description: "strip $out",
})