Run dex verifier for OOB + compact-dex-level combination
Previously, there was logic to not run the dex verifier if
compact-dex-level was not "none". The idea was that the dex writing
would have run the verifier. This caused issues for OOB APKs since
these don't write out the DEX. This CL moves the dex verifier
avoidance logic to the dex loader for the compact dex input case.
Bug: 75970654
Test: test-art-host
(cherry picked from commit d45863a976c2fd10cf179d8ff42926a7a37c70f0)
Merged-In: Ic7af6857edb8f7d8e449fee6a544f184aad79b3a
Change-Id: I755e706822db189373b3f6983e5f6ceaae5f98ed
3 files changed