aboutsummaryrefslogtreecommitdiff
path: root/regenerate_headers.sh
diff options
context:
space:
mode:
authorJerry Ge <jerry.ge@arm.com>2024-06-14 20:09:53 +0000
committerJerry Ge <jerry.ge@arm.com>2024-06-18 21:15:16 +0000
commit895822576f97ca9470709378e7ff122ccbea5d00 (patch)
tree373e54315f2bf2e27e78cb02378634f2321a3c3b /regenerate_headers.sh
parentca6fa5fbc4af9f486d87d36c7baeff924edd0534 (diff)
downloadserialization_lib-895822576f97ca9470709378e7ff122ccbea5d00.tar.gz
Enable serialization_lib to load tosa schema directly from a header
- Implement convert_schema_to_header.py to convert tosa schema file to tosa_schema.h - Enable loading tosa schema directly from a string from the header file Signed-off-by: Jerry Ge <jerry.ge@arm.com> Change-Id: Iafcccf2a03fd8968acd2d12c0081e85c10a91ef4
Diffstat (limited to 'regenerate_headers.sh')
-rwxr-xr-xregenerate_headers.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/regenerate_headers.sh b/regenerate_headers.sh
index 9fef94b..f01bd76 100755
--- a/regenerate_headers.sh
+++ b/regenerate_headers.sh
@@ -34,4 +34,3 @@ popd > /dev/null
pushd python/ > /dev/null
../third_party/flatbuffers/flatc --python ../schema/tosa.fbs
popd > /dev/null
-