Lines Matching refs:file
4 # you may not use this file except in compliance with the License.
16 This file contains rules and logic to initialize GBL workspace.
53 # Create a info.bzl file in the assembled repo to export header/library/tool paths.
79 repo_ctx.file("info.bzl", info_bzl_content)
82 # top level directory in case the the distribution repo has its own BUILD file which blocks
87 # same name as the actual library file name in cc_import(). Otherwise it complains it can't
98 # Add a BUILD file to make it a package
99 repo_ctx.file("BUILD", """
140 build_file (Label): Label of the build file to use.
149 # Ignore native BUILD file as we'll use override from `ctx.attr.build_file` instead.
154 # Symlink the provided build file