I am developing an Android application using the Mapbox Navigation SDK for turn-by-turn navigation. However, instead of using Mapbox's routing service, I want to use my own routing server (based on OSRM or Valhalla).
How can I inject the response from my custom routing server into the Mapbox navigation system?