flatbuffers/samples
Alex Ames ff1ac8ab5a Added new Android build target and makefile utils.
Previously Android.mk only had a rule for the Flatbuffers test. There
is now an empty module definition so that flatbuffers can be included
as an Android module in other projects.

Additionally, android/jni/include.mk has been added which contains
some utility functions that can be used by projects using Flatbuffers
to generate header build rules and set up dependencies.

A sample project has been added to the samples directory to
demonstrate how to use flatbuffers with Android.

Tested by compiling Android project on Linux.

Change-Id: I25d6da40f6531777b22f7371187e0a2f4e903ad4
2015-02-04 14:39:53 -08:00
..
android/jni Added new Android build target and makefile utils. 2015-02-04 14:39:53 -08:00
monster.fbs Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
monster_generated.h update generated sources 2015-01-07 10:34:17 -08:00
monsterdata.json Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
sample_binary.cpp Fixed warnings for unused variables in Visual Studio. 2014-08-20 11:25:58 -07:00
sample_text.cpp The parser and flatc now allow include directories to be specified. 2014-09-15 16:19:27 -07:00