1
hermetic_cc_toolchain/toolchain/libc_aware/platform/BUILD
Motiejus Jakštys 73a9ceccfb
revert "Re-license portions of the code to Apache 2.0" (#35)
This (partially) reverts commit dfdb1f2680
2023-04-19 20:23:25 -04:00

11 lines
252 B
Python

# Copyright 2023 Uber Technologies, Inc.
# Licensed under the MIT License
load("@bazel-zig-cc//toolchain/platform:defs.bzl", "declare_libc_aware_platforms")
package(
default_visibility = ["//visibility:public"],
)
declare_libc_aware_platforms()