Update GeckoView (Nightly) to 121.0.20231113091505.
[gecko.git] / mobile / android / fenix / .buildconfig.yml
blobf582b9d06d310831a962c96112581af15f85540e
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-libstate
87     - support-utils
88     - support-webextensions
89     - ui-autocomplete
90     - ui-colors
91     - ui-icons
92     - ui-tabcounter
93     - ui-widgets
94 variants:
95 - apks:
96   - abi: arm64-v8a
97     fileName: app-fenix-arm64-v8a-debug.apk
98   - abi: armeabi-v7a
99     fileName: app-fenix-armeabi-v7a-debug.apk
100   - abi: x86
101     fileName: app-fenix-x86-debug.apk
102   - abi: x86_64
103     fileName: app-fenix-x86_64-debug.apk
104   build_type: debug
105   name: fenixDebug
106 - apks:
107   - abi: arm64-v8a
108     fileName: app-fenix-arm64-v8a-release-unsigned.apk
109   - abi: armeabi-v7a
110     fileName: app-fenix-armeabi-v7a-release-unsigned.apk
111   - abi: x86
112     fileName: app-fenix-x86-release-unsigned.apk
113   - abi: x86_64
114     fileName: app-fenix-x86_64-release-unsigned.apk
115   build_type: release
116   name: fenixRelease
117 - apks:
118   - abi: arm64-v8a
119     fileName: app-fenix-arm64-v8a-nightly-unsigned.apk
120   - abi: armeabi-v7a
121     fileName: app-fenix-armeabi-v7a-nightly-unsigned.apk
122   - abi: x86
123     fileName: app-fenix-x86-nightly-unsigned.apk
124   - abi: x86_64
125     fileName: app-fenix-x86_64-nightly-unsigned.apk
126   build_type: nightly
127   name: fenixNightly
128 - apks:
129   - abi: arm64-v8a
130     fileName: app-fenix-arm64-v8a-beta-unsigned.apk
131   - abi: armeabi-v7a
132     fileName: app-fenix-armeabi-v7a-beta-unsigned.apk
133   - abi: x86
134     fileName: app-fenix-x86-beta-unsigned.apk
135   - abi: x86_64
136     fileName: app-fenix-x86_64-beta-unsigned.apk
137   build_type: beta
138   name: fenixBeta
139 - apks:
140   - abi: arm64-v8a
141     fileName: app-fenix-arm64-v8a-benchmark-unsigned.apk
142   - abi: armeabi-v7a
143     fileName: app-fenix-armeabi-v7a-benchmark-unsigned.apk
144   - abi: x86
145     fileName: app-fenix-x86-benchmark-unsigned.apk
146   - abi: x86_64
147     fileName: app-fenix-x86_64-benchmark-unsigned.apk
148   build_type: benchmark
149   name: fenixBenchmark
150 - apks:
151   - abi: noarch
152     fileName: app-debug-androidTest.apk
153   build_type: androidTest
154   name: androidTest