android-test icon indicating copy to clipboard operation
android-test copied to clipboard

bazel: add `maybe` to external dependencies

Open dflems opened this issue 3 years ago • 0 comments

This is a pattern used elsewhere in bazel ruleset repositories to not define the same external repo twice if the caller of android_test_repositories() already defined one.

There's also a fair amount of uses of bind() here, which is not recommended. Seemed out of scope to try and fix these here.

dflems avatar Feb 05 '22 00:02 dflems