bazel: Use new location of host_backend_alias
This macro was moved in http://pwrev.dev/215740.
Bug: 344654805
Change-Id: I6f222f4060bfab6e47a9b0e23f703202e96dd3f6
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/216113
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
Reviewed-by: Taylor Cramer <cramertj@google.com>
diff --git a/libraries/pw_board_led/BUILD.bazel b/libraries/pw_board_led/BUILD.bazel
index ac8d824..0198edc 100644
--- a/libraries/pw_board_led/BUILD.bazel
+++ b/libraries/pw_board_led/BUILD.bazel
@@ -12,7 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.
-load("@pigweed//pw_build:pigweed.bzl", "host_backend_alias", "pw_facade")
+load("@pigweed//pw_build:compatibility.bzl", "host_backend_alias")
+load("@pigweed//pw_build:pigweed.bzl", "pw_facade")
package(default_visibility = ["//visibility:public"])