Add output_root_input_dirs to main BUILD file

This fixes mixed builds which use bazel as the executor, as
all files under the @sourceroot and bazel_tools are treated as
potential build inputs for build execution.

Test: lunch aosp_flame && USE_BAZEL=1 USE_BAZEL_ANALYSIS=1 m libc
Test: lunch aosp_flame && USE_BAZEL=1 m
Change-Id: Iab5c1badf3ed50d68ab239a0dd6f6d05b47e3431
1 file changed
tree: 8c1c1acff3c356b9665e2490146560c0fcc96115
  1. docs/
  2. examples/
  3. rules/
  4. bazel.BUILD
  5. bazel.sh
  6. bazel.WORKSPACE
  7. common.bazelrc
  8. darwin.bazelrc
  9. linux.bazelrc
  10. OWNERS
  11. README.md
README.md

Bazel

The code in this directory is experimental. Bazel support for Android Platform is undergoing active development and workflow stability is currently not guaranteed.