commit | a24166b5c7150f2ca79becb37b7213c0a1407921 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Aug 01 15:42:38 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Aug 01 15:42:38 2016 -0700 |
tree | abb1d4a2cb43200f72989bd444cd1b0f105a84d7 | |
parent | b98c8b05954dd78d3c4bb87b0bceeb03ef4b362c [diff] [blame] |
Fix mac soong build Change-Id: I50b3ca1af571d00a0cc5efc80c5d1c6f0b1f789b
diff --git a/cc/builder.go b/cc/builder.go index 02ea63d..f1282f5 100644 --- a/cc/builder.go +++ b/cc/builder.go
@@ -96,8 +96,8 @@ 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", })