diff options
| author | 2022-01-13 01:45:13 +0000 | |
|---|---|---|
| committer | 2022-01-13 01:45:13 +0000 | |
| commit | 5404c75493c1135bc0718a2a872b5acfc904ab0c (patch) | |
| tree | 73ebd073825db803ad2cb30f06660bfbb795498f /java | |
| parent | 988f0a87a6d821363a09a49cee97c6e0c24ff248 (diff) | |
| parent | 702c570b453462e551948a91dd645822d55777c0 (diff) | |
Merge "Correct the comments on property exclude_kotlinc_generated_file, which defaults to false actually." am: 3842a91f54 am: 702c570b45
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1947488
Change-Id: If10e6cca4c3ab157b061b2808cc5d0828b46e7c2
Diffstat (limited to 'java')
| -rw-r--r-- | java/dex.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/dex.go b/java/dex.go index b8796327e..474694a51 100644 --- a/java/dex.go +++ b/java/dex.go @@ -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 } |