xref: /aosp_15_r20/external/bazelbuild-rules_cc/cc/toolchains/impl/BUILD (revision eed53cd41c5909d05eedc7ad9720bb158fd93452)
1*eed53cd4SHONG Yifan# This directory contains implementations of starlark functions that contain
2*eed53cd4SHONG Yifan# complex logic. The objective is to keep the rules themselves as simple as
3*eed53cd4SHONG Yifan# possible, so that we can perform very thorough testing on the implementation.
4*eed53cd4SHONG Yifan
5*eed53cd4SHONG Yifan# I wanted to call it private / internal, but then buildifier complains about
6*eed53cd4SHONG Yifan# referencing it from the tests directory.
7