Move hardcoded bazel flags from soong_ui to common.bazelrc.

This allows bazel to be invoked by itself with the correct set of flags, with or without soong_ui. It also centralizes the flag configuration location.

Test: USE_BAZEL=1 m
Signed-off-by: Jingwen Chen <jingwen@google.com>
Change-Id: I69398a158e0941a9f96312b698658983f4296e0c
1 file changed
tree: 549d02ec2e27b5d2a05d7583eeb124ef7a263fd8
  1. docs/
  2. rules/
  3. bazel.BUILD
  4. bazel.sh
  5. bazel.WORKSPACE
  6. common.bazelrc
  7. darwin.bazelrc
  8. linux.bazelrc
  9. OWNERS
  10. 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.