commit | 308d2be0b43f9a7f618837c3babb47fb43a49e91 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Jun 06 22:43:29 2023 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Jun 06 22:43:30 2023 -0700 |
tree | b473ebfb44572e45626718705fa0f3020d51e023 | |
parent | 774b5299ee260fdf3c2b99f775588ec40f95e1fe [diff] |
exec: Explains non-hermeticity. Explains that exec / exec_test / exec_rule, just like genrule, does not guarantees hermeticity because PATH is pass through. For Kleaf projects, hermetic_exec / hermetic_exec_test is recommended. There are no Roboleaf counterparts yet at the moment of this writing. Bug: 285605996 Change-Id: I2a1c32604f95c30438fe4b4d42cd99d7f9d7d3ba
This directory contains common Bazel rules and tools shared between the Platform and Kernel builds.
For platform-specific rules, place them in the platform checkout's //build/bazel/rules directory.
For kernel-specific rules, place them in kernel checkout's //build/kleaf directory.