Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025387 55

zlib.hH A D25-Apr-2025515 124

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.