commit | 06af3b42e585531d3191c27ba6be1b9e768860a2 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Oct 29 10:39:04 2018 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Nov 01 15:06:29 2018 +0000 |
tree | a34a57eedd94b5bd0cdaa388211a272f6553254d | |
parent | ce2a00daa92670a4fc01ef59fdbc3769a846f69c [diff] |
Add support for shared libaries in class loader context. For example: PCL[a.dex:b.dex]{PCL[s1.dex]#PCL[s2.dex:s3.dex]};DLC[c.dex:d.dex]{DLC[s4.dex]} Rewrite the class_loader_chain_ to be a chain instead of a vector, to simplify processing and encoding of contexts. bug: 111174995 Test: class_loader_context_test, test.py Change-Id: I7c9f71b67a91b43ae534721b43dc4fdb8e0b6ec4