Change bp2build to switch to using custom fdo_profile macro

Test: go test
Bug: 260714900
Change-Id: Iead64ac7b30a3e706d8fb10899ecd8a1852bc32c
This commit is contained in:
Vinh Tran 2023-09-26 11:17:31 -04:00
parent ec59517f6a
commit 0bc8c956fe

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