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

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -