add clang-tidy files to independent output group

Clang tidy actions should be run as validation actions, but in order to
get them easily from mixed builds in Soong, we should add them to their
own output group.

Test: b build //packages/module/adb:adb_test
Test: m --bazel-mode-dev adb_test
Change-Id: Iac2566f836b8bb00fffcc0cfb12652d6ffb899a4
2 files changed
tree: 8c5483d05b729a25299f7c942930e4d51d8128d4
  1. bin/
  2. ci/
  3. docs/
  4. examples/
  5. json_module_graph/
  6. mk2rbc/
  7. platforms/
  8. product_config/
  9. product_variables/
  10. rules/
  11. scripts/
  12. tests/
  13. vendor/
  14. .gitignore
  15. bazel.BUILD
  16. bazel.WORKSPACE
  17. buildifier_hook.sh
  18. common.bazelrc
  19. darwin.bazelrc
  20. linux.bazelrc
  21. OWNERS
  22. PREUPLOAD.cfg
  23. 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.