Merge "Fix mac soong build"
am: 35ef8bdf32
Change-Id: I1e9e3b5103fc627d5043316e8acc32e7d3cde1e5
This commit is contained in:
commit
5d90e94a62
|
@ -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 New Issue