Home | History | Annotate | only in /system/chre/external/flatbuffers
Up to higher level directory
NameDateSize
flatbuffers.mk05-Oct-2017246
include/05-Oct-2017
README.md05-Oct-2017543

README.md

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