aboutsummaryrefslogtreecommitdiffstats
path: root/executor/_include/flatbuffers/README.md
blob: 7f0d63ef0bc9448d5858eb210606ac1503980ba5 (plain)
1
2
3
4
5
6
7
8
9
This was manually vendored on the version v2.0.8
(which matches the compiler version in the env container)
using the following commands:

```
git clone --branch=v2.0.8 --depth=1 --single-branch https://github.com/google/flatbuffers.git
cp flatbuffers/LICENSE.txt syzkaller/executor/_include/flatbuffers
cp flatbuffers/include/flatbuffers/*.h syzkaller/executor/_include/flatbuffers
```