| commit | 11a94d0eaa9c99097069ed9c82b6061eb68e018a | [log] [tgz] |
|---|---|---|
| author | Etienne Dechamps <edechamps@google.com> | Thu Jun 12 18:06:45 2025 +0000 |
| committer | Etienne Dechamps <edechamps@google.com> | Thu Jun 12 18:09:49 2025 +0000 |
| tree | a49c9e015e26770597b528414a0a573dd9f9dea0 | |
| parent | b9831b991a3eea043ed0893713ff7c6c1df5162c [diff] |
Run bpfmt This introduces some divergence, which will be upstreamed to Chromium after this CL is merged. Change-Id: I0928641d211de5d32d35535b3894fcf0ed9ba957
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.