commit | 345c0ed11aff80cc7ab13005f8b48914cfcf4578 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Aug 03 10:26:44 2018 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon Aug 06 18:14:35 2018 +0100 |
tree | 49cc9a89e34afe207769e9ce40c6020c6be3cebc | |
parent | 98afa11c3cd8517bd28d1cad7aacaf0179c905f0 [diff] |
hiddenapi: Handle visibility through inheritance Framework uses a pattern in which a public method is defined in a package-private parent class, but exposed outside of package via a public child class. Improve the definition of stub member visibility in `hiddenapi` to understand this pattern. Bug: 76424618 Test: m appcompat, SpannableStringInternal.length() public Change-Id: Ie9c1653142a4991d6de5460be5abd074aa03b0a0