commit | bc7038f925c182550837c91772b6008ce3008cff | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Mon Nov 11 16:19:12 2024 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Nov 12 11:00:46 2024 -0800 |
tree | 65b4eb7f0d7072a6427e4e597d091f3eacd751cb | |
parent | 8925adb1028c86b63c1676c02ca3b0f03bf02a92 [diff] |
Move deprecated annotation from structs to their fields Having (deprecated) methods with deprecated types as their arguments prevent from cleanly doing no-op implementations for them. Moving the annotation from the structure to all their fields will keep the warning anywhere they would be used, but won't bother implementations who don't really provide them. Bug: 310710841 Test: m Flag: EXEMPT aidl changes only Change-Id: I599435cc31d712c371d9d3e7fa5cc538b854cd03