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(),