allwinner_a64/android/system/chre/platform/shared/idl
2018-08-08 17:48:24 +08:00
..
host_messages.fbs upload android base code part6 2018-08-08 17:48:24 +08:00
README.md upload android base code part6 2018-08-08 17:48:24 +08:00
update.sh upload android base code part6 2018-08-08 17:48:24 +08:00

This folder contains FlatBuffers schema used in the communications protocol between the reference CHRE implementation and the host (applications processor).

Use the included update.sh script to generate the header files used in CHRE, which requires that the FlatBuffers compiler flatc be available in $PATH.

For more information on FlatBuffers, see https://github.com/google/flatbuffers/