Files
frameworks_base/core/java
Calin Juravle d08b3156e8 Add DexClassLoader to the list of supported class loaders
DexClassLoader have the same behavior as PathClassLoader and is still in
use by apps. Add it to the list of supported class loaders so that it can be
recognized during secondary dex file loads.

Bug: 38138251
Bug: 36044779

Test: runtest -x
services/tests/servicestests/src/com/android/server/pm/dex/DexoptUtilsTest.java

Change-Id: I88617c446c0471ffa8daffa5bc1961785910005a
2017-07-25 17:08:55 +00:00
..