aboutsummaryrefslogtreecommitdiffstats
path: root/executor/_include/flatbuffers/README.md
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-05-08 12:18:24 +0200
committerTaras Madan <tarasmadan@google.com>2024-05-08 12:15:43 +0000
commit9d9141efac942fc87ed529a9f5c68ef96eb6d707 (patch)
treeb2d10d52cac73d44dd3cd85e5283630342ab5ec9 /executor/_include/flatbuffers/README.md
parent9473be88c063129babde23303d74596fabcc6332 (diff)
executor: move flatbuffers from vendor to executor
Diffstat (limited to 'executor/_include/flatbuffers/README.md')
-rw-r--r--executor/_include/flatbuffers/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/executor/_include/flatbuffers/README.md b/executor/_include/flatbuffers/README.md
new file mode 100644
index 000000000..3f687c0fe
--- /dev/null
+++ b/executor/_include/flatbuffers/README.md
@@ -0,0 +1,7 @@
+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/vendor/flatbuffers/
+cp flatbuffers/include/flatbuffers/*.h syzkaller/vendor/flatbuffers/