Revert "dist: add support for configurable file permissions"

This reverts commit 87e276f7c93bff6d57c882f26161f27b395c1792.

Reason of revert: breaks two sequential builds when mode_overrides is
empty.

Test: manual on raviole build
Bug: 248099893
Change-Id: Idd7f0713e890e709e03a58bbdb07f636b4b56f86
Signed-off-by: Yifan Hong <elsk@google.com>
2 files changed
tree: 6547982ca37b7334fc3f7b1ef9cc378b2027b59e
  1. dist/
  2. docs/
  3. exec/
  4. test_mappings/
  5. workspace/
  6. OWNERS
  7. 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.