Use custom kotlinc.BUILD file for the Kotlin compiler repo.

This allows us to control the java flags that are used by the kotlin
compiler binary. The version of the BUILD file provided by
the kotlin rules does allow to pass such java flags, but not in
params list.

Bug: 264578553
Change-Id: I7ff2e2e9b2604b0e2fc34e77f7d3b0225b36c51c
3 files changed
tree: c63a566100a4684c86dafe5be4cd6250562b7f93
  1. bin/
  2. ci/
  3. compliance/
  4. docs/
  5. examples/
  6. flags/
  7. json_module_graph/
  8. mk2rbc/
  9. mkcompare/
  10. platforms/
  11. product_config/
  12. product_variables/
  13. rules/
  14. scripts/
  15. tests/
  16. vendor/
  17. .gitignore
  18. bazel.BUILD
  19. bazel.WORKSPACE
  20. buildifier_hook.sh
  21. common.bazelrc
  22. darwin.bazelrc
  23. linux.bazelrc
  24. OWNERS
  25. PREUPLOAD.cfg
  26. 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.