tagging description to CUJs

  This helps append "BEFORE" "AFTER" etc tags to CUJs which comes in
  handy when comparing performance before and after a change
  e.g. a sample output:
  —————————————————————————————————————
  cuj               targets  soong_only
  —————————————————————————————————————
  no change BEFORE  nothing      3:06
  no change AFTER   nothing      2:53
  —————————————————————————————————————

Test: ./incremental_build.py -c 'no change' -d 'BEFORE' nothing
Bug: NA
Change-Id: Ibd22df33f29b0e4af9fd6bc209bd917a35eccd6a
2 files changed
tree: 10bfc18a73a8918a5a21bd4497d27100898c8f20
  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.