Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions admob_unity_rapid.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -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