Skip to content

Commit 9002f1e

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 833431729
1 parent 5466ced commit 9002f1e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

admob_unity_rapid.ncl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)