Merge "Fix mac soong build" am: 35ef8bdf32
am: 5d90e94a62
Change-Id: Ieacd33cf3fb959e0c4e0a1d21c405d3a9e9eb1fb
This commit is contained in:
@@ -96,8 +96,8 @@ var (
|
|||||||
|
|
||||||
darwinStrip = pctx.StaticRule("darwinStrip",
|
darwinStrip = pctx.StaticRule("darwinStrip",
|
||||||
blueprint.RuleParams{
|
blueprint.RuleParams{
|
||||||
Command: "${macStripPath} -u -r -o $out $in",
|
Command: "${config.MacStripPath} -u -r -o $out $in",
|
||||||
CommandDeps: []string{"${macStripPath}"},
|
CommandDeps: []string{"${config.MacStripPath}"},
|
||||||
Description: "strip $out",
|
Description: "strip $out",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user