Skip to content

Commit 172bd04

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 831582374
1 parent 16f7b3f commit 172bd04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

admob_unity_rapid.ncl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ DEFAULT_ANDROID_TARGET_SDK = "35";
1616
DEFAULT_PROJECT_NAME = "HelloWorld";
1717
DEFAULT_ADMOB_ANDROID_APP_ID = "ca-app-pub-3940256099942544~3347511713";
1818

19+
FORCE_BUILD_UNITS_WORKFLOW_PARAMETER = ::Rapid::WorkflowParameter::Bool(
20+
name = "force_build_units",
21+
label = "Force Build Units",
22+
default_value = true,
23+
modifiable = false,
24+
description = "Whether to run Blaze build on buildable units before triggering the Kokoro build. Intended when the units are not automatically built during the candidate creation.",
25+
);
1926
ADMOB_ANDROID_APP_ID_WORKFLOW_PARAMETER = ::Rapid::WorkflowParameter::Simple(
2027
name = "admob_android_app_id",
2128
label = "AdMob Android App ID",

0 commit comments

Comments
 (0)