Skip to content
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

Fix aar support and move the unpacking out of the wrapper #74

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Bencodes
Copy link
Owner

@Bencodes Bencodes commented Jan 30, 2025

The latest release of rules_android no longer exports the transitive aar imports as part of the provider. To work around this limitation, and to preserve the existing behavior, I've updated the aspect to collect the transitive aar artifacts in a way that reflects the previous behavior of the upstream provider.

In addition I broke out the AAR unpacking into a genrule which should hopefully improve performance overall by allowing Bazel to manage those actions instead of doing them inside the action.

@Bencodes Bencodes force-pushed the fix-aar-support-and-move-the-unpacking-out-of-the-wrapper branch from 54e9102 to 4597556 Compare January 30, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant