commit | b0f8c82e37cb1e7a57bff62f9f0cbe58bab7c4a3 | [log] [tgz] |
---|---|---|
author | Christoffer Adamsen <christofferqa@google.com> | Fri Jan 17 04:34:59 2025 -0800 |
committer | Christoffer Adamsen <christofferqa@google.com> | Fri Jan 17 04:34:59 2025 -0800 |
tree | b27c6ed5aab1ed5b65d4a20fc93db40d75e7320e | |
parent | 96af70814538da811a9e22f3f76d3ca16194f577 [diff] |
Do not keep runtime invisible annotations in proguard.flags This updates the corresponding Android.bp file to keep the runtime invisible annotations, meaning this should be a no-op. When RELEASE_R8_ONLY_RUNTIME_VISIBLE_ANNOTATIONS is enabled, keep_runtime_invisible_annotations will become a no-op, which should lead to all runtime invisible annotations being stripped from this build. Bug: 387958004 Change-Id: Ib0090cd30d44630a1b0a1d1f0605edb7fef8c5cf Test: existing