Enable scl dialect in bazel

Some starlark files are shared between bazel and make/soong, and in make/soong
they can't have any bazel-specific features, so they should be scl files.

Bug: 309686282
Test: b test //build/bazel/utils/...
Change-Id: I57b3f71f63ad89a435de73ab1ab5bbfb2a913157
1 file changed
tree: 60e4342c54697864b3f285e77a7f8e043ba58a2a
  1. api_surfaces/
  2. bazel_sandwich/
  3. bin/
  4. ci/
  5. compliance/
  6. docs/
  7. examples/
  8. flags/
  9. json_module_graph/
  10. mk2rbc/
  11. mkcompare/
  12. platforms/
  13. product_config/
  14. rules/
  15. scripts/
  16. tests/
  17. toolchains/
  18. utils/
  19. vendor/
  20. .gitignore
  21. bazel.BUILD
  22. bazel.WORKSPACE
  23. buildifier_hook.sh
  24. common.bazelrc
  25. constants_exported_to_soong.bzl
  26. darwin.bazelrc
  27. lib.sh
  28. linux.bazelrc
  29. OWNERS
  30. PREUPLOAD.cfg
  31. 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.