BundleCodeTransparency
@Incubating interface BundleCodeTransparency
com.android.build.api.dsl.BundleCodeTransparency |
Summary
Public methods |
|
---|---|
abstract Unit |
signing(action: SigningConfig.() -> Unit) Specifies the signing configuration for the code transparency feature of |
Properties |
|
---|---|
abstract SigningConfig |
Specifies the signing configuration for the code transparency feature of |
Public methods
signing
abstract fun signing(action: SigningConfig.() -> Unit): Unit
Specifies the signing configuration for the code transparency feature of bundletool
.
When the SigningConfig has all necessary values set, it will be used for signing non-debuggable bundles using code transparency.
Properties
signing
abstract val signing: SigningConfig
Specifies the signing configuration for the code transparency feature of bundletool
.
When the SigningConfig has all necessary values set, it will be used for signing non-debuggable bundles using code transparency.