Change bp2build to switch to using custom fdo_profile macro
Test: go test Bug: 260714900 Change-Id: Iead64ac7b30a3e706d8fb10899ecd8a1852bc32c
This commit is contained in:
parent
ec59517f6a
commit
0bc8c956fe
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@ func (fp *fdoProfile) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) {
|
|||
|
||||
ctx.CreateBazelTargetModuleWithRestrictions(
|
||||
bazel.BazelTargetModuleProperties{
|
||||
Bzl_load_location: "//build/bazel/rules/fdo:fdo_profile.bzl",
|
||||
Rule_class: "fdo_profile",
|
||||
},
|
||||
android.CommonAttributes{
|
||||
|
|
Loading…
Reference in a new issue