diff options
author | 2022-01-12 12:00:49 -0500 | |
---|---|---|
committer | 2022-01-27 11:16:34 -0500 | |
commit | 2b376bca0044c6a117834d592f61eb8ab33ee437 (patch) | |
tree | aefd5172c682a815156c57902d3a73c1fbaf7860 /cc/proto.go | |
parent | a86875eefb66721e14067cfb3720322330723268 (diff) |
Create subdir for cc rules.
Test: mixed_libc.sh
Change-Id: I7f43f283f40ad6236dcedfccae175a007ea252d2
Diffstat (limited to 'cc/proto.go')
-rw-r--r-- | cc/proto.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/proto.go b/cc/proto.go index f3410bc2b..3cf1453c8 100644 --- a/cc/proto.go +++ b/cc/proto.go @@ -210,7 +210,7 @@ func bp2buildProto(ctx android.Bp2buildMutatorContext, m *Module, protoSrcs baze 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) |