AbiSplit

@Incubating interface AbiSplit : SplitOptions

DSL object for configuring per-abi splits options.

See FULL_APK Splits.

Summary

Inherited functions

Unit exclude(vararg excludes: String)

Excludes some values

Unit include(vararg includes: String)

Includes some values

Unit 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.

Properties

abstract Boolean

Whether to create an FULL_APK with all available ABIs.

Inherited properties

Boolean isEnable

Whether to split in this dimension.

Properties

isUniversalApk

abstract var isUniversalApk: Boolean

Whether to create an FULL_APK with all available ABIs.