e0e7a4ca46
As it says on the tin. Long live hermetic_cc_toolchain!
11 lines
261 B
Python
11 lines
261 B
Python
# Copyright 2023 Uber Technologies, Inc.
|
|
# Licensed under the MIT License
|
|
|
|
load("@hermetic_cc_toolchain//toolchain/platform:defs.bzl", "declare_libc_aware_platforms")
|
|
|
|
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
declare_libc_aware_platforms()
|