| commit | 9811424dd5fc5f96da03e340d12a510defb14258 | [log] [tgz] |
|---|---|---|
| author | Mohannad Farrag <aymanm@google.com> | Mon Feb 17 10:12:40 2025 -0800 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 17 10:12:40 2025 -0800 |
| tree | a455ea729a45df26cc090351648a71524d5b803e | |
| parent | e875437e7154eb07bef02e9174c4009e341072f9 [diff] | |
| parent | 6a12274f8d2fd22874cf27c72de4fc7221beb92f [diff] |
Remove package-private visibility divergence am: 888700676f am: 6a12274f8d Original change: https://android-review.googlesource.com/c/platform/external/cronet/+/3494794 Change-Id: I1512635524246c112c963cd4524de42786839756 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Cronet is Chrome's networking stack packaged into a client networking library for Android. It significantly improves performance thanks to highly optimized code and support of modern protocols like QUIC and HTTP/3.
Cronet is imported through copybara from Chromium. Please do not submit any changes to this repoistory or touch the Android.bp as they are auto-generated. Contact cronet-team@ for more information
See go/cronet-structure-in-aosp for more additional details
android/ only exists in AOSP and is not imported from Chromium. This contains tools and code that is usually developed in AOSP and is not related to Chromium (eg: HttpEngine API).
This include the top-level third_party/. It's important to note that there are some third-party code that lives under first-party code (eg: QUICHE which lives under net/third_party). Those should be moved to the top-level third_party directory at some point but we will only do so once chromium has done that.
We follow the same structure which Rust follows in AOSP where the crates live under third_party/rust/chromium_crates_io/vendor but the BUILD.gn which defines the build target lives under third_party/rust/{library_name} (eg: aho-corasick). For more information, see the README.md in Chromium for Rust crates.