Skip to content

Commit f5a04a5

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 846902102
1 parent 1a53c1a commit f5a04a5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

admob_unity_rapid.ncl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ USE_UNITY_PACKAGE_WORKFLOW_PARAMETER = ::Rapid::WorkflowParameter::Bool(
3636
modifiable = true,
3737
description = "Whether the Unity plugin should be imported or tested using the Unity package or the UPM dependency.",
3838
);
39+
TARGET_DECAGON_WORKFLOW_PARAMETER = ::Rapid::WorkflowParameter::Bool(
40+
name = "target_decagon",
41+
label = "Target Decagon",
42+
default_value = false,
43+
modifiable = true,
44+
description = "Whether the Unity plugin should be built for Decagon (as opposed to Nonagon).",
45+
);
3946
SHARED_BUILD_AND_TEST_WORKFLOW_PARAMETERS = [
4047
::Rapid::WorkflowParameter::SingleSelectEnum(
4148
name = "target_unity_ver",

0 commit comments

Comments
 (0)