1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
include/flatbuffers Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
flatbuffers.mk Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

This folder contains a modified version of the FlatBuffers implementation header file (flatbuffers.h) which customizes it for running in the CHRE environment. When upgrading to a newer FlatBuffers release, be sure to manually merge the changes described in the comment at the top of flatbuffers.h, and apply them to new additions as well (e.g. removal of std::string usage) to maintain support. The FlatBuffers IDL compiler (flatc) can be used without modification, but must match the version of the Flatbuffers library used here.

The FlatBuffers project is hosted at https://github.com/google/flatbuffers/