-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Copy project icons to Gradle project directory during Android Custom Build. #39997
Copy project icons to Gradle project directory during Android Custom Build. #39997
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is dependent on PR #39864, let's review it once that PR is complete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a similar way to #40182, integrate the new functions in the export logic behind the use_custom_build
flag.
a1d5603
to
72e9d6e
Compare
2212fef
to
2bd83ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job, it's almost complete. Just some minor feedback to address.
c0f9002
to
84868c4
Compare
b65ec59
to
fbf70fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Thanks! |
Being able to copy the project icons into the Gradle project directory is a necessary step in moving towards a gradle-based build system that can export Android App Bundles. For more details on the final scope of this project, read this comment.
These methods aren't currently called anywhere in the code, but they will be useful in subsequent PR's.
We are working on this PR with @m4gr3d, as explained here
This PR builds on top of a previous PR I've submitted. There are a lot of changes that need to be made to move towards a Gradle-based build system, so I have broken these changes into smaller, more understandable steps.