
Currently, there's no way to distinguish whether we're building CronetEngine or HttpEngine (Cronet in AOSP). This meant that we had to use hacks (eg: look at classloader) which may break at any time. The tests depended on a special xml file that is only fed to the test APK, we couldn't do the same for prod. This new flag will help remove the last bits of divergence that is leftover in AOSP (UserAgent). Bug: 412608685 Change-Id: Ie0cf7fac0493ac123e728e2ed5c138b9af8c46d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6479291 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Mohannad Farrag <aymanm@google.com> Auto-Submit: Mohannad Farrag <aymanm@google.com> Cr-Commit-Position: refs/heads/main@{#1451099}