-
Notifications
You must be signed in to change notification settings - Fork 627
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
Support for prefixing resources #351
base: master
Are you sure you want to change the base?
Support for prefixing resources #351
Conversation
@JeroenMols It might be interesting for you |
Thank you for your PR. It's a great job. |
It would be very helpful! I also need this) |
Hello @kezong. Sorry for the follow-up. Did you manage to review the pull request? |
@Semper-Viventem Sorry, there are too many changes. In my project, which have 80+ modules, the change did not take effect, and a compilation error occurred. This function seems to be relatively independent. I think it can be an independent plugin. |
In my working project, there was a problem building
fat-aar
: the library depends on 30 modules, which have about 60,000 resources, and all of them were bundled into the library. Since the main project also depends on these resources, it makes no sense to rename them, and they cause conflicts in the SDK client. The standard build plugin does not support prefixing resources. This PR adds such an opportunity.Usage: