1
Regenerate the BuildConfig file without assembling the whole module
The article shows how to regenerate only the BuildConfig.java file in an Android project using the `generateDebugBuildConfig` Gradle task instead of running a full `assembleDebug`. In the Firefox monorepo you can invoke it with `./mach gradle :fenix:generateDebugBuildConfig`, saving build time during testing.
Mozilla Automation Teamjonalmeida.com1 min