commit | 85455887b70cfbc9a3d581618e818f40f48c768f | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Tue Oct 03 14:58:21 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 03 14:58:21 2023 +0000 |
tree | 052012f3a66fe670e30688c2b1e3cf8834f7eb6f | |
parent | 77b232da24f2570998e34cd0828c53673aba756e [diff] | |
parent | 0bc8c956fef56ac11dfbef0bf3f51141bb8a0b7a [diff] |
Merge "Change bp2build to switch to using custom fdo_profile macro" into main
diff --git a/cc/fdo_profile.go b/cc/fdo_profile.go index 05a8f46..cd3eb1e 100644 --- a/cc/fdo_profile.go +++ b/cc/fdo_profile.go
@@ -72,7 +72,8 @@ 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(),