bazelbuild / rules_android

Android rules for Bazel
Apache License 2.0
180 stars 44 forks source link

documentation for targets under android_sdk_repository #249

Open master-hax opened 4 months ago

master-hax commented 4 months ago

there are a number of useful targets under an instance of android_sdk_repository that are not documented, e.g.

@androidsdk//:legacy_test-28
@androidsdk//:legacy_test-29
@androidsdk//:legacy_test-30
@androidsdk//:legacy_test-31
@androidsdk//:legacy_test-32
@androidsdk//:legacy_test-33
@androidsdk//:legacy_test-34

i didn't know these existed until i ran bzl query @androidsdk//... - could we add some documentation for these targets?

master-hax commented 1 month ago

cc @ahumesky