| commit | 8f67357c7b1b8431c4d93c5f7742ce2fd7148f02 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Feb 26 16:12:12 2025 -0800 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Feb 26 16:12:12 2025 -0800 |
| tree | 9139d50c69ac86d84d5e4d263944fc8413286672 | |
| parent | e5e2bd5b8847a7fc50ea2a44ad6147b9fdef6a30 [diff] | |
| parent | 169aa0a87343839870e52000bd851d4a07fd5e14 [diff] |
Snap for 13129673 from 169aa0a87343839870e52000bd851d4a07fd5e14 to 25Q2-release Change-Id: Ief1a610c882947d9f0c15b03c08a8e6405fbfce0
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.