Merge "Change bp2build to switch to using custom fdo_profile macro" into main

This commit is contained in:
Vinh Tran 2023-10-03 14:58:21 +00:00 committed by Gerrit Code Review
commit 85455887b7

View file

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