aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-04-27 16:10:38 -0700
committerColin Cross <ccross@android.com>2016-04-29 13:59:56 -0700
commit1474741435774f15923967e50bf7531a3cc9d4f7 (patch)
treeca23ce8c26f725a5394ff44d5c27a461131a26ee /cc
parent369f01315a669f32f741659ae9a5f5c4fb7b7fad (diff)
downloadbuild_soong-1474741435774f15923967e50bf7531a3cc9d4f7.tar.gz
build_soong-1474741435774f15923967e50bf7531a3cc9d4f7.tar.bz2
build_soong-1474741435774f15923967e50bf7531a3cc9d4f7.zip
Move shell and python scripts to scripts/ directory
Change-Id: Icdff44a54d14ddfc2266d99cf0578a8105716918
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{