tree: 22d4a8ae1082ca1a472b82ee23d721b43d346d7d [path history] [tgz]
  1. include/
  2. test/
  3. BUILD.gn
  4. README.md
zircon/third_party/ulib/lz4/README.md

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

TODO(fxbug.dev/3156): After build unification, this might move to .../secondary/third_party/lz4 so the //third_party/lz4 path can be used in GN deps while still tracking the upstream repo unmodified.