History log of /external/flatbuffers/samples/android/jni/main.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
69a31b807a85e9a5ca4efb839f37ecb6dcf3eed5 04-Dec-2015 Mark Klara <mrhappyasthma@google.com> Revamping the FlatBuffers docs.

Adding an API reference for the supported languages.

General docs cleanup, including a new `tutorial` section that
supports all of the supported languages.

Added samples for each supported language to mirror the new
tutorial page.

Cleaned up all the links by making them `@ref` style links,
instead of referencing the names of the generated `.html` files.

Removed all generated files that were unnecessarily committed.

Also fixed the C# tests (two were failing due to a missing file).

Bug: b/25801305

Tested: Tested all samples on Ubuntu, Mac, and Android. Docs were
generated using doxygen and viewed on Chrome.

Change-Id: I2acaba6e332a15ae2deff5f26a4a25da7bd2c954
/external/flatbuffers/samples/android/jni/main.cpp
ff1ac8ab5a62505adb10a12442a8018248a03dad 26-Jan-2015 Alex Ames <amablue@google.com> 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
/external/flatbuffers/samples/android/jni/main.cpp