Add CI script for verifying RBC product configuration works

This script will run `m nothing` with and without RBC_PRODUCT_CONFIG=1
and verify that they produce the same ninja files. It will return an
exit status of 0 on success, nonzero on failure.

Bug: 200840916
Test: Manually (Added cfg["PRODUCT_PACKAGES"] = "PaintBooth" to _printvars of product_config.rbc to test failures)
Change-Id: I04878008654ecc4d2b170163d6d65da39ed96fb7
1 file changed
tree: 52f0f6c293462f05d2768178567e13aa247a0ae9
  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.