SplitOptions
@Incubating interface SplitOptions
com.android.build.api.dsl.SplitOptions |
Base data representing how an FULL_APK should be split for a given dimension (density, abi).
Summary
Public methods |
|
---|---|
abstract Unit |
Excludes some values |
abstract Unit |
Includes some values |
abstract Unit |
reset() Resets the list of included split configuration. |
Properties |
|
---|---|
abstract Boolean |
Whether to split in this dimension. |
Public methods
reset
abstract 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.