-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Option to merge non-asset native libraries as well
Summary: The previous merge map logic allowed us to merge non-asset libraries as well, however with the new algorithm we opted for simplicity to avoid non-asset to asset dependencies. As part of StartupSO (https://fb.workplace.com/groups/358819306939597/permalink/471486579006202/), I would like to merge a few non-asset libraries together, as that helps with both performance (load times) and size. Long term, I'll want some better logic in `merge_sequence.py` to enforce that non-asset libs cannot depend on asset libs, however for now let's have this as a config to allow us experiment with merging non-asset libraries in a controlled way. Reviewed By: egpast Differential Revision: D64332722 fbshipit-source-id: 2e3e82a3f87003df5910f90eab0f795cae96ad02
- Loading branch information
1 parent
7919158
commit 3d0ddcc
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters