summaryrefslogtreecommitdiff
path: root/proguard.flags
AgeCommit message (Collapse)Author
2025-01-08Explicitly keep default constructor in rules without members Christoffer Adamsen
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: Ic6bf0740f0a447bd832dfdfa022ffbc46ed97e11
2023-07-13IntentResolver: prepare IntentResolver-core for client usage Christian Göllner
- Creates "lib" AndroidManifest.xml containing the required permissions - Adds proguard configuration file Bug: 265905535 Change-Id: Ie24cd32c1816d349a3ba59ff206d9fc210f54a21