From b96595c1116fe465b4e9e32c10472309baad4cd1 Mon Sep 17 00:00:00 2001 From: Mobile Ads Developer Relations Date: Mon, 17 Nov 2025 11:47:35 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 833431729 --- admob_unity_rapid.ncl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/admob_unity_rapid.ncl b/admob_unity_rapid.ncl index 8d8988e55..6baa0745a 100644 --- a/admob_unity_rapid.ncl +++ b/admob_unity_rapid.ncl @@ -84,4 +84,15 @@ ADMOB_UNITY_PLUGIN_BUILDABLE_UNIT = ::blueprint::BuildableUnit( enable_release = true, // Enabled so it can be pulled by GMS Core during FDR ); +// This workflow is used by GMA SDK Granular and FDR release processes. +FORCE_BUILD_UNITY_APK_WORKFLOW_NAME = "Force Build Unity APK"; +FORCE_BUILD_UNITY_APK_WORKFLOW = ::Rapid::Workflow::CustomWorkflow( + name = FORCE_BUILD_UNITY_APK_WORKFLOW_NAME, + config_path = "google3/third_party/java_src/gma_sdk_mediation/release/rapid/workflows/unity/build_unity_apk.pp", + parameters = SHARED_BUILD_AND_TEST_WORKFLOW_PARAMETERS + [ + ADMOB_ANDROID_APP_ID_WORKFLOW_PARAMETER, + FORCE_BUILD_UNITS_WORKFLOW_PARAMETER, + ], +); + } // namespace AdMobUnityRapid