tree: a4b5e62c9a614bac6d533ba37e739c745a9d43fd [path history] [tgz]
  1. include/
  2. BUILD.gn
  3. README.md
zircon/third_party/ulib/zstd/README.md

The actual source and header files come from the verbatim upstream checkout found at //third_party/zstd. This directory just provides the BUILD.gn file to stitch it into the Zircon build, and include/zstd/ with wrapper headers to redirect <zstd/zstd.h> and <zstd/zstd_seekable.h> to the real source location.

TODO(BLD-353): After build unification, this might move to .../secondary/third_party/zstd so the //third_party/zstd path can be used in GN deps while still tracking the upstream repo unmodified.