| commit | d537a4bb938a71decc07d96a35f2659a1469e63d | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Mar 14 08:31:32 2025 -0700 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 14 08:31:32 2025 -0700 |
| tree | 8331af53b6af782927d3eb393a1c0b4e61ecef1f | |
| parent | a17cbc293b6b0e6d0344de2d6c9f1e3af10039a0 [diff] | |
| parent | 0288be375152d08f02a60ffcf37828bce631a392 [diff] |
Merge "Fix kotlin formatter" into main am: 994e4b77aa am: 0288be3751 Original change: https://android-review.googlesource.com/c/platform/external/cronet/+/3500337 Change-Id: Ia276e51a86a2e4840329ce0ae08da2125cd2e95b 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.