Merge "Fix mac soong build"
This commit is contained in:
commit
35ef8bdf32
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue