Set --experimental_platform_in_output_dir.

This is a newly introduced flag to create top level output dirs using
the platform instead of (legacy) cpu values. This ensures that outputs
are stored in platform-specific output dirs, and avoids clobbering
outputs when switching between them.

Test: CI
Bug: https://github.com/bazelbuild/bazel/issues/13818
Bug: 197925723
Change-Id: I118ccdc1b76e3a731d05c6d3fcffbbb825460cd9
1 file changed
tree: c59e1479ca44efd4fc656b77c3d6bad59bbff9af
  1. ci/
  2. docs/
  3. examples/
  4. json_module_graph/
  5. platforms/
  6. product_variables/
  7. rules/
  8. rules_cc/
  9. scripts/
  10. tests/
  11. bazel.BUILD
  12. bazel.sh
  13. bazel.WORKSPACE
  14. common.bazelrc
  15. darwin.bazelrc
  16. linux.bazelrc
  17. OWNERS
  18. 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.