Merge "Correct the comments on property exclude_kotlinc_generated_file, which defaults to false actually." am: 3842a91f54
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1947488 Change-Id: I71e9c7bdd1ffd38fd6b03405a674d03dd89c9920
This commit is contained in:
commit
702c570b45
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ type DexProperties struct {
|
|||
// It exists only to support ART tests.
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue