* Run dexopt on the specified Jar/APK. * * This uses fork() and exec() to mimic the way this would work in an * installer; in practice for something this simple you could just exec() * unless you really wanted the status messages. * * Returns 0 on success. */