summaryrefslogtreecommitdiff
path: root/cc/rs.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/rs.go')
-rw-r--r--cc/rs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/rs.go b/cc/rs.go
index 61fd1a84a..9149e1767 100644
--- a/cc/rs.go
+++ b/cc/rs.go
@@ -29,7 +29,7 @@ func init() {
// Use RenderScript prebuilts for unbundled builds but not PDK builds
return filepath.Join("prebuilts/sdk/tools", runtime.GOOS, "bin/llvm-rs-cc")
} else {
- return pctx.HostBinToolPath(ctx, "llvm-rs-cc").String()
+ return ctx.Config().HostToolPath(ctx, "llvm-rs-cc").String()
}
})
}