Use None as default arguments.

As per
https://docs.bazel.build/versions/main/skylark/macros.html#conventions

Default values for macros should be None.

Test: TH
Bug: 209506769

Change-Id: Ia8d8889cec8e7699b3177c3d479d145fc08c8a21
2 files changed
tree: 901d5d674f60cf8ef925e148207d81325a09ad3e
  1. dist/
  2. docs/
  3. OWNERS
  4. README.md
README.md

Bazel Common Rules

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.