The scripts to fix product config makefiles and the driver to run them.

Each script fixes a specific issue in product configuration makefiles
to facilitate their conversion to Starlark. The driver runs such script
over the given set of Git repositories, committing the changed files.

Test: manual
Change-Id: I8206df48f9cffcba640b3d7a55c4f9e0ce67b9ad
5 files changed
tree: b6a04bde69ca6498d708d8333e9fb754315e6e01
  1. ci/
  2. docs/
  3. examples/
  4. json_module_graph/
  5. mk2rbc/
  6. platforms/
  7. product_variables/
  8. rules/
  9. rules_cc/
  10. scripts/
  11. tests/
  12. bazel.BUILD
  13. bazel.sh
  14. bazel.WORKSPACE
  15. common.bazelrc
  16. darwin.bazelrc
  17. linux.bazelrc
  18. OWNERS
  19. 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.