Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553490404
  • Loading branch information
thomasvl authored and swiple-rules-gardener committed Sep 19, 2023
1 parent 7178cc6 commit cefeb61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/lipo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

"""APIs for operating on universal binaries with `lipo`."""

load(":apple_support.bzl", "apple_support")
load(
"@bazel_skylib//lib:shell.bzl",
"shell",
)
load(":apple_support.bzl", "apple_support")

visibility("public")

Expand Down
2 changes: 1 addition & 1 deletion rules/private/apple_genrule.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

"""Genrule which provides Apple's Xcode environment."""

load("//lib:apple_support.bzl", "apple_support")
load("@bazel_skylib//lib:dicts.bzl", "dicts")
load("//lib:apple_support.bzl", "apple_support")

visibility("//rules")

Expand Down
2 changes: 1 addition & 1 deletion test/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//rules:apple_genrule.bzl", "apple_genrule")
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("//rules:apple_genrule.bzl", "apple_genrule")
load(":apple_support_test.bzl", "apple_support_test")
load(":xcode_support_test.bzl", "xcode_support_test")

Expand Down

1 comment on commit cefeb61

@keith
Copy link
Member

@keith keith commented on cefeb61 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not taking, we already did this

Please sign in to comment.