commit | 774b5299ee260fdf3c2b99f775588ec40f95e1fe | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Thu May 04 13:46:04 2023 +0000 |
committer | Jingwen Chen <jingwen@google.com> | Thu May 04 23:56:39 2023 +0000 |
tree | 44555b4c60232dabab67728a031cb2ffdd0f83bf | |
parent | a4f9c6b0c0733777027c59e4108d6ba55550b8ea [diff] |
Support disting testonly deps. Setting testonly = True on a target requires all of its rdeps to also set testonly. This means that the rdeps dist targets also need to set distonly. Test: b build //build/bazel_common_rules/dist:all Change-Id: I20e5991cd07190d3a73d28e92ed83d31b19bec5d
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.