commit | 1731bf0806c18835e2404ad6d29c31e630c47b02 | [log] [tgz] |
---|---|---|
author | Hawkwood Glazier <jglazier@google.com> | Wed Oct 19 00:28:37 2022 +0000 |
committer | Hawkwood Glazier <jglazier@google.com> | Wed Oct 19 00:40:27 2022 +0000 |
tree | 71757a11d64d5c765c59ecdb8a93ce710631d7db | |
parent | ec8ab3a6c80257fcb72963faf395974271008a49 [diff] |
Prevent proguard from pruning ClockSetting ClockSetting is populated via gson (using reflection), so proguard will clean it. This causes gson to silently fail and return and empty object in some configurations. Annotating the class with @Keep prevents this from occuring. Bug: 229771520 Test: Manually tested on userdebug variant Change-Id: I9a7c3e4c4d66d1c13d58cba5994d5578034a9bf8