commit | 104fb10863f65fe04af2b40526d0d0abe3ba3e92 | [log] [tgz] |
---|---|---|
author | Todd Kennedy <toddke@google.com> | Wed Jan 27 08:30:03 2016 -0800 |
committer | Todd Kennedy <toddke@google.com> | Wed Mar 02 16:16:15 2016 -0800 |
tree | 14a3a49a85e5d0d3e6b8956fa1d58c557344f0e1 | |
parent | 0cda9d0d80a3620ec43b90883800911e05e122c1 [diff] |
Modify dexpath dynamically In order to add splits without restarting the process, we need to dynamically modify the dex classpath. This isn't without its caveats; for example, if a split modifies a previously loaded class, the modified class won't be loaded until the process restarts. Change-Id: Iea3a2738b4ab03ca4fdb3d109be158ffce814780