Exclude cflags in Android.mk -


i wish exclude global compile flags android.mk compilation e.g. -werror=format-security. there recommended way without hacking central android make files?

you should @ least able override settings adding more cflags within own android.mk, adding e.g. -wno-error=format-security.


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Passing Variables from AngelScript to C++ -