Bug 1906091 - Adjust MLS timeout fallback value to 5 r=emilio
[gecko.git] / mobile / android / fenix / .buildconfig.yml
blob11c87288484b2bc186c4967d10f3d69bc57e710e
1 projects:
2   app:
3     upstream_dependencies:
4     - browser-domains
5     - browser-engine-gecko
6     - browser-errorpages
7     - browser-icons
8     - browser-menu
9     - browser-menu2
10     - browser-session-storage
11     - browser-state
12     - browser-storage-sync
13     - browser-tabstray
14     - browser-thumbnails
15     - browser-toolbar
16     - compose-awesomebar
17     - compose-cfr
18     - concept-awesomebar
19     - concept-base
20     - concept-engine
21     - concept-fetch
22     - concept-menu
23     - concept-push
24     - concept-storage
25     - concept-sync
26     - concept-tabstray
27     - concept-toolbar
28     - feature-accounts
29     - feature-accounts-push
30     - feature-addons
31     - feature-app-links
32     - feature-autofill
33     - feature-awesomebar
34     - feature-contextmenu
35     - feature-customtabs
36     - feature-downloads
37     - feature-findinpage
38     - feature-fxsuggest
39     - feature-intent
40     - feature-logins
41     - feature-media
42     - feature-privatemode
43     - feature-prompts
44     - feature-push
45     - feature-pwa
46     - feature-qr
47     - feature-readerview
48     - feature-recentlyclosed
49     - feature-search
50     - feature-session
51     - feature-share
52     - feature-sitepermissions
53     - feature-syncedtabs
54     - feature-tab-collections
55     - feature-tabs
56     - feature-toolbar
57     - feature-top-sites
58     - feature-webauthn
59     - feature-webcompat
60     - feature-webcompat-reporter
61     - feature-webnotifications
62     - lib-crash
63     - lib-crash-sentry
64     - lib-dataprotect
65     - lib-publicsuffixlist
66     - lib-push-firebase
67     - lib-state
68     - service-contile
69     - service-digitalassetlinks
70     - service-firefox-accounts
71     - service-glean
72     - service-location
73     - service-nimbus
74     - service-pocket
75     - service-sync-autofill
76     - service-sync-logins
77     - support-base
78     - support-images
79     - support-ktx
80     - support-locale
81     - support-remotesettings
82     - support-rusterrors
83     - support-rusthttp
84     - support-rustlog
85     - support-test
86     - support-test-fakes
87     - support-test-libstate
88     - support-utils
89     - support-webextensions
90     - tooling-lint
91     - ui-autocomplete
92     - ui-colors
93     - ui-icons
94     - ui-tabcounter
95     - ui-widgets
96 variants:
97 - apks:
98   - abi: arm64-v8a
99     fileName: app-fenix-arm64-v8a-debug.apk
100   - abi: armeabi-v7a
101     fileName: app-fenix-armeabi-v7a-debug.apk
102   - abi: x86
103     fileName: app-fenix-x86-debug.apk
104   - abi: x86_64
105     fileName: app-fenix-x86_64-debug.apk
106   build_type: debug
107   name: fenixDebug
108 - apks:
109   - abi: arm64-v8a
110     fileName: app-fenix-arm64-v8a-release-unsigned.apk
111   - abi: armeabi-v7a
112     fileName: app-fenix-armeabi-v7a-release-unsigned.apk
113   - abi: x86
114     fileName: app-fenix-x86-release-unsigned.apk
115   - abi: x86_64
116     fileName: app-fenix-x86_64-release-unsigned.apk
117   build_type: release
118   name: fenixRelease
119 - apks:
120   - abi: arm64-v8a
121     fileName: app-fenix-arm64-v8a-nightly-unsigned.apk
122   - abi: armeabi-v7a
123     fileName: app-fenix-armeabi-v7a-nightly-unsigned.apk
124   - abi: x86
125     fileName: app-fenix-x86-nightly-unsigned.apk
126   - abi: x86_64
127     fileName: app-fenix-x86_64-nightly-unsigned.apk
128   build_type: nightly
129   name: fenixNightly
130 - apks:
131   - abi: arm64-v8a
132     fileName: app-fenix-arm64-v8a-beta-unsigned.apk
133   - abi: armeabi-v7a
134     fileName: app-fenix-armeabi-v7a-beta-unsigned.apk
135   - abi: x86
136     fileName: app-fenix-x86-beta-unsigned.apk
137   - abi: x86_64
138     fileName: app-fenix-x86_64-beta-unsigned.apk
139   build_type: beta
140   name: fenixBeta
141 - apks:
142   - abi: arm64-v8a
143     fileName: app-fenix-arm64-v8a-benchmark-unsigned.apk
144   - abi: armeabi-v7a
145     fileName: app-fenix-armeabi-v7a-benchmark-unsigned.apk
146   - abi: x86
147     fileName: app-fenix-x86-benchmark-unsigned.apk
148   - abi: x86_64
149     fileName: app-fenix-x86_64-benchmark-unsigned.apk
150   build_type: benchmark
151   name: fenixBenchmark
152 - apks:
153   - abi: noarch
154     fileName: app-debug-androidTest.apk
155   build_type: androidTest
156   name: androidTest