Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6f5b634

Browse files
authored
Remove obsolete properties. (#48753)
These properties were used within recipes to generate the gn and ninja commands for the different platforms. With V2 gn commands and its properties are set explicitly and the properties are not required anymore. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent a0d0515 commit 6f5b634

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

.ci.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ enabled_branches:
1313
platform_properties:
1414
linux:
1515
properties:
16-
build_host: "false"
17-
build_fuchsia: "false"
18-
build_android_debug: "false"
19-
build_android_aot: "false"
20-
build_android_vulkan: "false"
21-
build_ios: "false"
22-
build_android_jit_release: "false"
23-
gcs_goldens_bucket: ""
24-
ios_debug: "false"
25-
ios_profile: "false"
26-
ios_release: "false"
2716
# CIPD flutter/java/openjdk/$platform
2817
dependencies: >-
2918
[
@@ -35,17 +24,6 @@ platform_properties:
3524
cores: "8"
3625
mac:
3726
properties:
38-
build_host: "false"
39-
build_fuchsia: "false"
40-
build_android_debug: "false"
41-
build_android_aot: "false"
42-
build_android_vulkan: "false"
43-
build_ios: "false"
44-
build_android_jit_release: "false"
45-
gcs_goldens_bucket: ""
46-
ios_debug: "false"
47-
ios_profile: "false"
48-
ios_release: "false"
4927
# CIPD flutter/java/openjdk/$platform
5028
dependencies: >-
5129
[
@@ -65,17 +43,6 @@ platform_properties:
6543
mac_model: "Macmini8,1|Macmini9,1"
6644
windows:
6745
properties:
68-
build_host: "false"
69-
build_fuchsia: "false"
70-
build_android_debug: "false"
71-
build_android_aot: "false"
72-
build_android_vulkan: "false"
73-
build_ios: "false"
74-
build_android_jit_release: "false"
75-
gcs_goldens_bucket: ""
76-
ios_debug: "false"
77-
ios_profile: "false"
78-
ios_release: "false"
7946
# CIPD flutter/java/openjdk/$platform
8047
dependencies: >-
8148
[

0 commit comments

Comments
 (0)