aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc')
-rw-r--r--cc/builder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/builder.go b/cc/builder.go
index f67f9bd3..ca8bc750 100644
--- a/cc/builder.go
+++ b/cc/builder.go
@@ -101,7 +101,7 @@ var (
},
"objcopyCmd", "prefix")
- copyGccLibPath = pctx.SourcePathVariable("copyGccLibPath", "build/soong/copygcclib.sh")
+ copyGccLibPath = pctx.SourcePathVariable("copyGccLibPath", "build/soong/scripts/copygcclib.sh")
copyGccLib = pctx.StaticRule("copyGccLib",
blueprint.RuleParams{