diff options
| -rw-r--r-- | cc/fdo_profile.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/fdo_profile.go b/cc/fdo_profile.go index 05a8f464b..cd3eb1e78 100644 --- a/cc/fdo_profile.go +++ b/cc/fdo_profile.go @@ -72,7 +72,8 @@ func (fp *fdoProfile) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) { ctx.CreateBazelTargetModuleWithRestrictions( bazel.BazelTargetModuleProperties{ - Rule_class: "fdo_profile", + Bzl_load_location: "//build/bazel/rules/fdo:fdo_profile.bzl", + Rule_class: "fdo_profile", }, android.CommonAttributes{ Name: fp.Name(), |