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

Enable android_library() targets to specify alternate deps for resources #948

Merged
merged 1 commit into from
Jul 27, 2021

Conversation

oliviernotteghem
Copy link
Contributor

Used to work around resource limit in large apps. Indeed, too many resources ids in dummy R.java (~12k) will cause java compiler to fail ('method too large'). By specifying a smaller set of dependencies, used only for resources target, this problem can be resolved.

@kageiit kageiit merged commit 811f9de into uber:master Jul 27, 2021
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.

None yet

2 participants