Skip to content

Commit 74f29df

Browse files
hvadehracopybara-github
authored andcommitted
Fix cc_toolchain_alias redirect
PiperOrigin-RevId: 806193547 Change-Id: I43b28c8e4bfadbaeb489fdc0a8a9c1d47045ae44
1 parent 76e880d commit 74f29df

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

cc/toolchains/cc_toolchain_alias.bzl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""cc_toolchain_alias rule"""
14+
"""cc_toolchain rule"""
1515

16-
cc_toolchain_alias = native.cc_toolchain_alias
16+
load("@cc_compatibility_proxy//:proxy.bzl", _cc_toolchain_alias = "cc_toolchain_alias")
17+
18+
cc_toolchain_alias = _cc_toolchain_alias

cc/toolchains/cc_toolchain_alias.bzl.oss

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)