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
2 files changed