aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/create_embedded_tools.py
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2018-06-21 04:15:59 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-21 04:18:09 -0700
commitdc986d290bad8a76d3429f73c8244376b4c59494 (patch)
tree06adeb7a664970896eb4e4b781fd8764cab2e865 /src/create_embedded_tools.py
parentc97082475fc2b60251dc19d8882b668f1547b9b7 (diff)
Add binfiles to quoted include directories for C++ compilation
The only non-deprecated way to declare new files in Skylark is using ctx.actions (https://docs.bazel.build/versions/master/skylark/lib/actions.html). And these files are created in binfiles (there is one way to generate a file in Skylark in genfiles: a rule can be tagget with 'output_to_genfiles = True' attribute, but that forces all files of all actions in the rule to be generated in genfiles. And this attribtue is deprecated). Similarly, https://github.com/bazelbuild/bazel/commit/6c2f499b21e36c59d7da5e8b2e6c9b1804a36c64 added binfiles for <> includes when using cc_library.includes attribute. RELNOTES: None. PiperOrigin-RevId: 201504199
Diffstat (limited to 'src/create_embedded_tools.py')
0 files changed, 0 insertions, 0 deletions