Stay organized with collections
Save and categorize content based on your preferences.
BundleConfig
@Incubating interface BundleConfig
Information related to the actions creating a bundle (.aar) file for the variant.
Summary
Properties
|
abstract CodeTransparency |
Settings associated with the code transparency feature in bundles.
|
Properties
codeTransparency
abstract val codeTransparency: CodeTransparency
Settings associated with the code transparency feature in bundles.
Initialized from the corresponding DSL elements.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# BundleConfig\n============\n\n```\n@Incubating interface BundleConfig\n```\n\n|-------------------------------------------------|\n| [com.android.build.api.variant.BundleConfig](#) |\n\nInformation related to the actions creating a bundle (.aar) file for the variant.\n\nSummary\n-------\n\n| ### Properties ||\n|-------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [CodeTransparency](/reference/tools/gradle-api/7.1/com/android/build/api/variant/CodeTransparency) | [codeTransparency](#codeTransparency:com.android.build.api.variant.CodeTransparency) Settings associated with the code transparency feature in bundles. |\n\nProperties\n----------\n\n### codeTransparency\n\n```\nabstract val codeTransparency: CodeTransparency\n```\n\nSettings associated with the code transparency feature in bundles.\nInitialized from the corresponding DSL elements."]]