commit | 1587789d6fc662ce3238e2746870fccd6a2e47be | [log] [tgz] |
---|---|---|
author | Mathew Inwood <mathewi@google.com> | Wed Aug 08 14:01:37 2018 +0100 |
committer | Mathew Inwood <mathewi@google.com> | Fri Aug 10 14:49:11 2018 +0100 |
tree | d8fd0bc3276fb6a519d1a0917faaf6bc71b0b815 | |
parent | 971a80e5aa36955d9fee6b479a5cbd554f50ca08 [diff] |
Don't greylist public bridge methods. We need to be able to apply the @UnsupportedAppUsage annotation to regular (non-bridged) methods, but due to the SDK visibility rules, the synthetic bridge is sometimes part of the SDK. We need to know the public API set in order to exclude these. Bug: 110868826 Test: atest class2greylisttest Test: m Change-Id: I2ac9dfaaf60053762f379a5dc0d81e48a40a4e57