license_kinds default empty list instead of None

When license_kinds is None, the mapping on line 75 throws an exception
trying to iterate over a None type.

Test: b cquery 'deps(kind(apex, //...))' --config=android
Change-Id: I33962c6a2fb2fb32d62a4b3e4a5fad49282dab9d
1 file changed
tree: 889eb4d88f29ea2e622ed74dce705cec9122dc15
  1. bin/
  2. ci/
  3. compliance/
  4. docs/
  5. examples/
  6. flags/
  7. json_module_graph/
  8. mk2rbc/
  9. platforms/
  10. product_config/
  11. product_variables/
  12. rules/
  13. scripts/
  14. tests/
  15. vendor/
  16. .gitignore
  17. bazel.BUILD
  18. bazel.WORKSPACE
  19. buildifier_hook.sh
  20. common.bazelrc
  21. darwin.bazelrc
  22. linux.bazelrc
  23. OWNERS
  24. PREUPLOAD.cfg
  25. 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.