Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | H A D | 25-Apr-2025 | 387 | 5 | 5 | |
zlib.h | H A D | 25-Apr-2025 | 515 | 12 | 4 |
README.md
1This directory was created manually and not imported from Chromium. It was created to remove the 2divergence we had where we had to rename `#include "third_party/zlib/zlib.h"` line to 3`#include <zlib.h>`. This is due to the fact that we don't import Chromium's zlib and we use 4zlib from AOSP. In order to workaround that, we redirect traffic from `third_party/zlib/zlib.h` to 5AOSP's zlib.