Android.database.sqlite adding -DSQLITE_ENABLE_MATH_FUNCTIONS CFLAG

i am the developer of @capacitor-community/sqlite which implement android.database.sqlite it seems that the Math function are not available and i do not know how to add to the CFLAGS -DSQLITE_ENABLE_MATH_FUNCTIONS . I did it without any problem with the iOS part of the plugin as the CFLAGS are available in SQLCipher/Support Files/SQLCipher.debug and .release. Any help will be appreciated