Downloading prebuilt Cronet (Chromium network stack) library

Viewed 143

Is there any way to download Cronet prebuilt library?

I'd like to use cronet.<version>.so (dynamic/shared library) on Desktop for debugging purposes. Is there any way to download it directly rather than building it from the source?

2 Answers

According to this thread, chromium net-dev team does not provide prebuild version of cronet anymore.

Related