I want to optimise my custom build scripts in a way that for a development build (started by a custom menu item) the “Export Project” option is enabled automatically, so I can use the Android Studio project.
However, I can’t find a way to set this flag. It’s not available in any of the BuildOptions, BuildTarget, or BuildTargetGroup enums.
Is there any way to set this flag programmatically?