tree: a90ae649ec3ac7d951693fb0eba56b38e6338973 [path history] [tgz]
  1. include/
  2. BUILD.zircon.gn
  3. README.md
  4. zstd_common_standalone.c
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(fxbug.dev/3156): 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.