1This folder contains a modified version of the FlatBuffers implementation header
2file (flatbuffers.h) which customizes it for running in the CHRE environment.
3When upgrading to a newer FlatBuffers release, be sure to manually merge the
4changes described in the comment at the top of flatbuffers.h, and apply them to
5new additions as well (e.g. removal of std::string usage) to maintain support.
6The FlatBuffers IDL compiler (flatc) can be used without modification.
7
8The FlatBuffers project is hosted at https://github.com/google/flatbuffers/
9