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