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

Reduce AndroidAssetMerger intermediate outputs #11303

Closed
wants to merge 1 commit into from

Commits on May 6, 2020

  1. AndroidAssetMerger produces a lot of intermediate outputs that are no…

    …t required in the final build. For our builds:-
    
    This results in 503MB of outputs (assets.zip files) - each of these includes the transitive closure of all assets. To put in perspective we have only 2.5MB of assets.
    
    If resource conflict checking is not enabled (it is not for our build) this will also avoid running AndroidAssetMerger all together saving 896 actions ~3mins total CPU time.
    jongerrish committed May 6, 2020
    Configuration menu
    Copy the full SHA
    69673fc View commit details
    Browse the repository at this point in the history