Android BuildConfig prod values

Wondering if the variables inside BuildConfig class are updated when doing a prod/signed version of the app, either on local environment (Android studio) and Appflow before sending the bundle to the play store.

I see that the DEBUG is always parsed from a true state but not sure is that a config that can be updated somewhere:
public static final boolean DEBUG = Boolean.parseBoolean("true");