-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starlarkify android_sdk_repository #76
Labels
Comments
copybara-service bot
pushed a commit
that referenced
this issue
May 22, 2023
Part of #76. PiperOrigin-RevId: 534173459 Change-Id: I3185985adee6256b81bbe7d9106641fe46894c48
copybara-service bot
pushed a commit
that referenced
this issue
Aug 16, 2023
Needed for tests of android_sdk_repository. Part of #76. PiperOrigin-RevId: 557560436 Change-Id: I1c904b2e3a3136819b3d6b3bc6ee49193aeebbce
copybara-service bot
pushed a commit
that referenced
this issue
Sep 6, 2023
Also add a smoke test to confirm that it works properly. Part of #76. PiperOrigin-RevId: 563174586 Change-Id: Ic186af201f7c40aa3e42e9149b81fa13d662994b
We've moved rules_android to use the Starlark version of android_sdk_repository |
jylinv0
pushed a commit
to jylinv0/rules_android
that referenced
this issue
Jan 23, 2024
Part of bazelbuild#76. PiperOrigin-RevId: 534173459 Change-Id: I3185985adee6256b81bbe7d9106641fe46894c48
jylinv0
pushed a commit
to jylinv0/rules_android
that referenced
this issue
Jan 23, 2024
Needed for tests of android_sdk_repository. Part of bazelbuild#76. PiperOrigin-RevId: 557560436 Change-Id: I1c904b2e3a3136819b3d6b3bc6ee49193aeebbce
jylinv0
pushed a commit
to jylinv0/rules_android
that referenced
this issue
Jan 23, 2024
Also add a smoke test to confirm that it works properly. Part of bazelbuild#76. PiperOrigin-RevId: 563174586 Change-Id: Ic186af201f7c40aa3e42e9149b81fa13d662994b
jylinv0
pushed a commit
to jylinv0/rules_android
that referenced
this issue
Jan 23, 2024
Fixes bazelbuild#76. PiperOrigin-RevId: 563532977 Change-Id: I1a17d21984429bf426c9ff3f8ba7cdab337c8529
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a pure-Starlark version of
android_sdk_repository
in order to decouple upcoming Android platforms changes from bazel releases.This also helps address bazelbuild/bazel#18285.
The text was updated successfully, but these errors were encountered: