Merge "Create subdir for cc rules."

This commit is contained in:
Liz Kammer
2022-02-10 14:16:07 +00:00
committed by Gerrit Code Review
6 changed files with 10 additions and 10 deletions

View File

@@ -607,7 +607,7 @@ func binaryBp2build(ctx android.TopDownMutatorContext, m *Module, typ string) {
ctx.CreateBazelTargetModule(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)