Merge "Change bp2build to switch to using custom fdo_profile macro" into main
This commit is contained in:
commit
85455887b7
1 changed files with 2 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue