flatbuffers/android
Jon Simantov 185b9f9792 Allow customization of flatc cmdline arguments on Android.
On Android builds, set FLATBUFFERS_FLATC_ARGS to change the arguments
passed to the flatc cmdline. Do this in your Android makefile where
you include the flatbuffers include.mk (before or after).

For example FLATBUFFERS_FLATC_ARGS=--gen-mutable

The default value is --gen-includes although since that is deprecated
we could just make the default value blank.

Change-Id: I79fb35f50c3e21bbef18ad40ad3559cb026ffe8e
2015-07-01 11:46:19 -07:00
..
jni Allow customization of flatc cmdline arguments on Android. 2015-07-01 11:46:19 -07:00
res/values Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
.project Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
AndroidManifest.xml Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
build_apk.sh Android build script works with pre-releases present. 2015-03-09 14:04:30 -07:00