summaryrefslogtreecommitdiff
path: root/third_party/zlib/zlib.h
blob: ce946e91b92e4d99101cd88c6a8c99e8540c2ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// This directory was created manually and not imported from Chromium. It was created to remove the
// divergence we had where we had to rename `#include "third_party/zlib/zlib.h"` line to
// `#include <zlib.h>`. This is due to the fact that we don't import Chromium's zlib and we use
// zlib from AOSP. In order to workaround that, we redirect traffic from `third_party/zlib/zlib.h` to
// AOSP's zlib.

#ifndef THIRD_PARTY_ZLIB_ZLIB
#define THIRD_PARTY_ZLIB_ZLIB

#include <zlib.h>

#endif // THIRD_PARTY_ZLIB_ZLIB