flatbuffers/android/jni
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
..
Android.mk Added new Android build target and makefile utils. 2015-02-04 14:39:53 -08:00
Application.mk Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
include.mk Allow customization of flatc cmdline arguments on Android. 2015-07-01 11:46:19 -07:00
main.cpp Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00