Merge "Add property No_dex_container
to dexProperies
." into main
This commit is contained in:
@@ -91,6 +91,10 @@ type DexProperties struct {
|
|||||||
|
|
||||||
// Exclude kotlinc generate files: *.kotlin_module, *.kotlin_builtins. Defaults to false.
|
// Exclude kotlinc generate files: *.kotlin_module, *.kotlin_builtins. Defaults to false.
|
||||||
Exclude_kotlinc_generated_files *bool
|
Exclude_kotlinc_generated_files *bool
|
||||||
|
|
||||||
|
// Disable dex container (also known as "multi-dex").
|
||||||
|
// This may be necessary as a temporary workaround to mask toolchain bugs (see b/341652226).
|
||||||
|
No_dex_container *bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type dexer struct {
|
type dexer struct {
|
||||||
|
Reference in New Issue
Block a user