bc97628dd5cb92c186a48273cc335a23380e84be
R8 implicitly keeps the default constructor when no member rules are specified. Future versions of R8 will require apps to explicitly keep the default constructors that are required for the build to work. This conservatively changes all keep rules that currently keep the default constructor to explicitly keep the default constructor. Future work will attempt to tighten up the rules that do not require the default constructor to be kept. Bug: 373579455 Test: existing Change-Id: I58cf6b4286f696ea38290d888f20c8dcf18b9ede
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%