summaryrefslogtreecommitdiff
path: root/cc/binary.go
diff options
context:
space:
mode:
author Liz Kammer <eakammer@google.com> 2022-01-12 12:00:49 -0500
committer Liz Kammer <eakammer@google.com> 2022-01-27 11:16:34 -0500
commit2b376bca0044c6a117834d592f61eb8ab33ee437 (patch)
treeaefd5172c682a815156c57902d3a73c1fbaf7860 /cc/binary.go
parenta86875eefb66721e14067cfb3720322330723268 (diff)
Create subdir for cc rules.
Test: mixed_libc.sh Change-Id: I7f43f283f40ad6236dcedfccae175a007ea252d2
Diffstat (limited to 'cc/binary.go')
-rw-r--r--cc/binary.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/binary.go b/cc/binary.go
index ee3de3f5a..22a403d24 100644
--- a/cc/binary.go
+++ b/cc/binary.go
@@ -614,7 +614,7 @@ func binaryBp2build(ctx android.TopDownMutatorContext, m *Module, typ string) {
ctx.CreateBazelTargetModuleWithRestrictions(bazel.BazelTargetModuleProperties{
Rule_class: "cc_binary",
- Bzl_load_location: "//build/bazel/rules:cc_binary.bzl",
+ Bzl_load_location: "//build/bazel/rules/cc:cc_binary.bzl",
},
android.CommonAttributes{Name: m.Name()},
attrs,