Previously requests were never delivered because they are in two different processes.
There is no longer a reason to use this overkill. * Turning on tcp_fastopen is replaced by manual su call; * Call to chmod binary is replaced by Os.chmod, which is better at error reporting. (also bumps plugin library to 1.0.0)
Standalone toolchains are no longer required. This should speed up builds and decrease space required for building this app. Fix #2022.