commit | 2b376bca0044c6a117834d592f61eb8ab33ee437 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Wed Jan 12 12:00:49 2022 -0500 |
committer | Liz Kammer <eakammer@google.com> | Thu Jan 27 11:16:34 2022 -0500 |
tree | aefd5172c682a815156c57902d3a73c1fbaf7860 | |
parent | a86875eefb66721e14067cfb3720322330723268 [diff] [blame] |
Create subdir for cc rules. Test: mixed_libc.sh Change-Id: I7f43f283f40ad6236dcedfccae175a007ea252d2
diff --git a/cc/proto.go b/cc/proto.go index f3410bc..3cf1453 100644 --- a/cc/proto.go +++ b/cc/proto.go
@@ -210,7 +210,7 @@ ctx.CreateBazelTargetModule( bazel.BazelTargetModuleProperties{ Rule_class: rule_class, - Bzl_load_location: "//build/bazel/rules:cc_proto.bzl", + Bzl_load_location: "//build/bazel/rules/cc:cc_proto.bzl", }, android.CommonAttributes{Name: name}, &protoAttrs)