File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -84,4 +84,15 @@ ADMOB_UNITY_PLUGIN_BUILDABLE_UNIT = ::blueprint::BuildableUnit(
8484 enable_release = true, // Enabled so it can be pulled by GMS Core during FDR
8585);
8686
87+ // This workflow is used by GMA SDK Granular and FDR release processes.
88+ FORCE_BUILD_UNITY_APK_WORKFLOW_NAME = "Force Build Unity APK" ;
89+ FORCE_BUILD_UNITY_APK_WORKFLOW = ::Rapid::Workflow::CustomWorkflow(
90+ name = FORCE_BUILD_UNITY_APK_WORKFLOW_NAME,
91+ config_path = "google3/third_party/java_src/gma_sdk_mediation/release/rapid/workflows/unity/build_unity_apk. pp" ,
92+ parameters = SHARED_BUILD_AND_TEST_WORKFLOW_PARAMETERS + [
93+ ADMOB_ANDROID_APP_ID_WORKFLOW_PARAMETER,
94+ FORCE_BUILD_UNITS_WORKFLOW_PARAMETER,
95+ ],
96+ );
97+
8798} // namespace AdMobUnityRapid
You can’t perform that action at this time.
0 commit comments