-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: - Add `InterDexGroupingConfig` to abstract the type and inferring_mode configs - Simplify the InterDexGrouping refig options - `InterDexGroupingType` is "DISABLED" by default; `InterDexGroupingInferringMode` is "class-loads" by default - Class Merging passes initial config values: - ClassMergingPass `type`: `DISABLED` by default; override per refig models - ClassMergingPass `inferring_mode`: "class-loads" by default; override to "class-loads-bb" in refig - AnonymousClassMerging + IntraDexClassMerging `type`: `NON_ORDERED_SET`; no override in refig - AnonymousClassMerging + IntraDexClassMerging `inferring_mode`: no override, fallback to the "class-loads" default Reviewed By: beicy Differential Revision: D48923479 fbshipit-source-id: 14299411faa4ed9b727bf95f3d1ccfb3b1c5d7de
- Loading branch information
1 parent
0da5459
commit 96bc1df
Showing
7 changed files
with
57 additions
and
65 deletions.
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
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
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