commit | 4e0aa41c4eda608ec715d704f8ab511e3dd10774 | [log] [tgz] |
---|---|---|
author | Ulises Mendez Martinez <umendez@google.com> | Mon Feb 13 15:01:17 2023 +0000 |
committer | Ulises Mendez Martinez <umendez@google.com> | Tue Feb 14 15:59:47 2023 +0000 |
tree | 7402badc32d55406ee2ee69efe554281cdf50171 | |
parent | 85a9fe7a10d86ca134636a3b103221ff509d07f6 [diff] |
kleaf: Skip out* dirs during TEST_MAPPING lookup * The `${ROOT_DIR}/out*` directory should be excluded while searching for TEST_MAPPING files when using the debug flag `--sandbox_debug`, as it might contain inaccessible dirs. * This will exclude folders like `out` and `out_abi`. Bug: 257341739 Change-Id: I7d6f79ab343940399de608725ef7dca710cffac2 Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
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.