Correct the comments on property exclude_kotlinc_generated_file, which defaults to false actually.
Bug: 204888276 Test: Treehugger Change-Id: Ib0405395da9a8cf8dd7bb1983fcd13425fe69b34
This commit is contained in:
parent
443703ab32
commit
92cd54b29d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ type DexProperties struct {
|
||||||
// It exists only to support ART tests.
|
// It exists only to support ART tests.
|
||||||
Uncompress_dex *bool
|
Uncompress_dex *bool
|
||||||
|
|
||||||
// Exclude kotlinc generate files: *.kotlin_module, *.kotlin_builtins. Defaults to true.
|
// Exclude kotlinc generate files: *.kotlin_module, *.kotlin_builtins. Defaults to false.
|
||||||
Exclude_kotlinc_generated_files *bool
|
Exclude_kotlinc_generated_files *bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue