API Documentation: | AbiSplitOptions |
---|
Data for per-ABI splits.
Property | Description |
applicableFilters | Returns a list of all applicable filters for this dimension. The list can return null, indicating that the no-filter option must also be used. |
enable | Whether to split in this dimension. |
exclude | Collection of exclude patterns. |
include | Collection of include patterns. |
universalApk | Whether to create an APK with all available ABIs. |
Method | Description |
reset() | Resets the list of included split configuration. Use this before calling include, in order to manually configure the list of configuration to split on, rather than excluding from the default list. |
Returns a list of all applicable filters for this dimension. The list can return null, indicating that the no-filter option must also be used.