android, c++: add a way to enable proxy support to c++ engine builder #25076
Labels
enhancement
Feature requests. Not bugs or questions.
mobile
no stalebot
Disables stalebot from closing an issue
Title: Add a way to enable proxy support to c++ engine builder
Description:
The current implementation for supporting proxies on Android depends on
AndroindEngineImpl
being used. That class is not used byengine_builder.cc
even if it's used on Android platform. Change the setup so that Envoy engines created with the use ofengine_builder.cc
respect system proxy settings.Relevant Links:
envoyproxy/envoy-mobile#2547
The text was updated successfully, but these errors were encountered: