xref: /aosp_15_r20/external/skia/bazel/user/README.md (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1If you wish to define custom Bazel configurations (e.g. custom builds), make a text file in this
2folder called buildrc. It should follow the
3[.bazelrc conventions](https://bazel.build/docs/bazelrc#config).
4
5Users are free to put their custom builds in the $HOME/.bazelrc file as per usual, but if they
6wish to avoid conflicts with other Bazel projects, this is a safer place to store them.