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