From 92cd54b29dda9f48b3d6d163233942d69bda59d7 Mon Sep 17 00:00:00 2001 From: Wei Li Date: Wed, 12 Jan 2022 13:22:55 -0800 Subject: [PATCH] Correct the comments on property exclude_kotlinc_generated_file, which defaults to false actually. Bug: 204888276 Test: Treehugger Change-Id: Ib0405395da9a8cf8dd7bb1983fcd13425fe69b34 --- java/dex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }