commit | b67d3166f8b75dc6c04a059f553845f7d5c38b99 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@chromium.org> | Fri Sep 16 01:24:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 16 01:24:09 2022 |
tree | 17d847d2ca682421ead3a2c573b7e3f6846f575a | |
parent | c523f523216920466b97b3652e6e5c7fd228237d [diff] |
[zlib][aosp] move chromium_zlib_hash field to end Prior to this commit, the chromium_zlib_hash field was added to the middle of the struct, which changes the offsets of all later fields. This makes it more difficult for some ABI-compatibility tooling to reconcile the upstream and chromium-modified flavors of zlib. This commit moves the chromium_zlib_hash field to the end of the struct so that there are no later fields. The field was added in crrev.com/c/3596671 BUG=1316541,b/245235788 TEST=CQ Change-Id: Id7e1756a62e55b765eeb0b24cde0c5143a715d2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3897707 Commit-Queue: Nigel Tao <nigeltao@chromium.org> Reviewed-by: Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1047783}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.