ndk
ndk copied to clipboard
`Cargo.toml` should be able to set up reverse port forwarding
We have some tcp services that we connect to at startup, the easiest way to do that would be to set up reverse port forwarding through adb reverse when invoking cargo run. That way we don't need to manually set that up for every user, but instead can have it in the config file for the project instead.