Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
dist/ | 03-May-2024 | - | 280 | 214 | ||
docs/ | 03-May-2024 | - | 395 | 308 | ||
OWNERS | D | 03-May-2024 | 247 | 9 | 7 | |
README.md | D | 03-May-2024 | 444 | 12 | 8 |
README.md
1# Bazel Common Rules 2 3This directory contains common Bazel rules and tools shared between the Platform 4and Kernel builds. 5 6For platform-specific rules, place them in the platform checkout's 7[//build/bazel/rules](https://android.googlesource.com/platform/build/bazel/+/master/rules/) 8directory. 9 10For kernel-specific rules, place them in kernel checkout's [//build/kleaf 11directory](https://android.googlesource.com/kernel/build/+/master/kleaf/). 12