commit | 2464218f9fa2693d66523211e085d0e3f4448c3b | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Feb 14 14:40:51 2022 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Feb 15 13:53:41 2022 +0000 |
tree | 9ef21288fa1e541296eb1be6173cb5e6d3ba7342 | |
parent | 239c94183adb0941ec97337d4c675e2e69afa2e0 [diff] |
Fix logic around SDK visibility of interface methods. - FindIncompatibleMethod needs to look for an accessible interface SDK method instead of all interface methods. - We need to check which API list a method belongs to in FindAccessibleInterfaceMethod as the public API bit in the access flags can be updated for optimizations. Test: 817-hiddenapi Bug: 218589191 Change-Id: I274b234657c6dc3fe61278924774896488d4c708