diff options
author | David Brazdil <dbrazdil@google.com> | 2018-04-26 16:52:11 +0100 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2018-04-26 17:15:03 +0100 |
commit | 8a6b2f3353d81d8ceb6826bd7b1dd1987c1a6fee (patch) | |
tree | 35396b4b038613de8aa322b855a229733d5a0162 /test/ProfileTestMultiDex/Second.java | |
parent | 354794b1c59894e549cf175e24a3b8c5d5ec2913 (diff) |
Do not overwrite hidden access flags for intrinsics
Deduplicating warnings works by overwriting the runtime access flags
of a method/field to move it from a greylist to the whitelist. This
triggers a CHECK when attempted on an intrinsic as their ordinal bits
clash with the hidden API access flags. Do not attempt to deduplicate
for those.
Bug: 78574586
Test: (cd cts/tests/signature ; ./runSignatureTests.sh)
Change-Id: I39e555a0f4cd5f662eea348baf4ef72a5827306d
Diffstat (limited to 'test/ProfileTestMultiDex/Second.java')
0 files changed, 0 insertions, 0 deletions