AaptOptions

@Incubating interface AaptOptions : AndroidResources


Summary

Inherited functions

From class com.android.build.api.dsl.AndroidResources
@Incubating Unit

Adds additional parameters to be passed to aapt.

@Incubating Unit
additionalParameters(vararg params: String)

Adds additional parameters to be passed to aapt.

@Incubating Unit
noCompress(noCompress: String)

Adds a file extension of Android resources, assets, and Java resources to be stored uncompressed in the APK.

@Incubating Unit
noCompress(vararg noCompress: String)

Adds file extensions of Android resources, assets, and Java resources to be stored uncompressed in the APK.

Inherited properties

From class com.android.build.api.dsl.AndroidResources
MutableList<String>

List of additional parameters to pass to aapt.

Boolean

Forces aapt to return an error if it fails to find an entry for a configuration.

String?

Pattern describing assets to be ignored.

MutableCollection<String>

Patterns describing assets to be ignored.

Boolean

Indicates whether the resources in this sub-project are fully namespaced.

MutableCollection<String>

File extensions of Android resources, assets, and Java resources to be stored uncompressed in the APK.