Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3842a91f authored by Wei Li's avatar Wei Li Committed by Gerrit Code Review
Browse files

Merge "Correct the comments on property exclude_kotlinc_generated_file, which...

Merge "Correct the comments on property exclude_kotlinc_generated_file, which defaults to false actually."
parents 757feca3 92cd54b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}