Split
interface Split
AbiSplit |
DSL object for configuring per-abi splits options. |
DensitySplit |
DSL object for configuring per-density splits options. |
Base data representing how an FULL_APK should be split for a given dimension (density, abi).
Summary
Public functions |
|
---|---|
@Incubating Unit |
Excludes some values |
@Incubating Unit |
Includes some values |
@Incubating Unit |
reset() Resets the list of included split configuration. |
Public functions
reset
@Incubating
fun reset(): Unit
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.