Migrate Apple CROSSTOOL to starlark.

RELNOTES: None.
PiperOrigin-RevId: 231209609
This commit is contained in:
Googler 2019-01-28 06:40:39 -08:00 committed by Copybara-Service
parent b3a83d701a
commit f76ab4888a
1 changed files with 8 additions and 0 deletions

View File

@ -113,3 +113,11 @@ go_test(
"@com_github_golang_protobuf//proto:go_default_library",
],
)
filegroup(
name = "bazel_osx_p4deps",
srcs = [
"BUILD",
"ctoolchain_compare.bzl",
],
)