commit | c88a008aacd123ac99ca0742533cf50521d9761b | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Feb 15 17:08:29 2018 -0800 |
committer | Alex Light <allight@google.com> | Fri Feb 16 10:04:52 2018 -0800 |
tree | 1cd3d55f1bf37c51adce92573ada44425351a062 | |
parent | d937c49b19a6005cf94e23d464415be47e995d9b [diff] |
Ensure that apis are unhidden even if there is no vdex We were relying on the vdex to unhide apis during dequickening for JVMTI. This meant that hiddenapi flags could get through if there is no vdex file. We fixed this by making sure to get rid of hiddenapi flags even without vdex. Bug: 73177368 Test: ./test/run-test --dev --host --interpreter 674-hiddenapi; # Examine output for slicer crashes. Change-Id: I8530afe11de8c5132470591564a089ca073efaca