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

Hybrid builds does not work after variant specific Bazel targets support was added. #66

Open
arunkumar9t2 opened this issue Mar 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@arunkumar9t2
Copy link
Contributor

arunkumar9t2 commented Mar 9, 2023

Hybrid build used to work on many heuristic assumptions especially with target names and that has since changed since we added android variant specific targets in Bazel. Due to this name change, dependency substitution no longer work correctly and probably needs review on how to link bazel built artifacts for Gradle use considering recent changes.

A proper approach might be to handle this in bazel-common similar to how databinding aar was handled and reduce the implementation details in grazel for scalability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant