• Jon Simantov's avatar
    Allow customization of flatc cmdline arguments on Android. · 185b9f97
    Jon Simantov authored
    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
    185b9f97
Name
Last commit
Last update
..
Android.mk Loading commit data...
Application.mk Loading commit data...
include.mk Loading commit data...
main.cpp Loading commit data...