forked from mozilla/application-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.buildconfig-android.yml
138 lines (138 loc) · 3.75 KB
/
.buildconfig-android.yml
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
groupId: org.mozilla.appservices
projects:
autofill:
path: components/autofill/android
artifactId: autofill
publications:
- name: autofill
type: aar
description: Addresses and Credit Cards autofill.
crashtest:
path: components/crashtest/android
artifactId: crashtest
publications:
- name: crashtest
type: aar
description: Helper APIs to trigger an application crash.
errorsupport:
path: components/support/error/android
artifactId: errorsupport
publications:
- name: errorsupport
type: aar
description: Application services error handling
fxaclient:
path: components/fxa-client/android
artifactId: fxaclient
publications:
- name: fxaclient
type: aar
description: Firefox Accounts client.
logins:
path: components/logins/android
artifactId: logins
publications:
- name: logins
type: aar
description: Sync 1.5 logins implementation.
places:
path: components/places/android
artifactId: places
publications:
- name: places
type: aar
description: Low level places storage implementation.
remotesettings:
path: components/remote_settings/android
artifactId: remotesettings
publications:
- name: remotesettings
type: aar
description: A Remote Settings client intended for the application layer.
rustlog:
path: components/rc_log/android
artifactId: rustlog
publications:
- name: rustlog
type: aar
description: Android hook into the log crate.
rust-log-forwarder:
path: components/support/rust-log-forwarder/android
artifactId: rust-log-forwarder
publications:
- name: rust-log-forwarder
type: aar
description: Forward logs from Rust
httpconfig:
path: components/viaduct/android
artifactId: httpconfig
publications:
- name: httpconfig
type: aar
description: Component allowing the configuration of Rust HTTP stack.
native-support:
path: components/support/android
artifactId: native-support
publications:
- name: native-support
type: aar
description: Shared native code utilities for rust component kotlin.
push:
path: components/push/android
artifactId: push
publications:
- name: push
type: aar
description: Low level WebPush handler implementation.
sync15:
path: components/sync15/android
artifactId: sync15
publications:
- name: sync15
type: aar
description: Shared Sync types for Kotlin.
syncmanager:
path: components/sync_manager/android
artifactId: syncmanager
publications:
- name: syncmanager
type: aar
description: Sync manager implementation
tabs:
path: components/tabs/android
artifactId: tabs
publications:
- name: tabs
type: aar
description: Sync 1.5 remote tabs implementation.
nimbus:
path: components/nimbus/android
artifactId: nimbus
publications:
- name: nimbus
type: aar
description: The Nimbus SDK, compiled to work with the Application Services full-megazord.
suggest:
path: components/suggest/android
artifactId: suggest
publications:
- name: suggest
type: aar
description: Manages sponsored and web suggestions for Firefox Suggest.
full-megazord:
uploadSymbols: true
path: megazords/full/android
artifactId: full-megazord
publications:
- name: full-megazord
type: aar
- name: full-megazord-forUnitTests
type: jar
description: Megazord containing all features
tooling-nimbus-gradle:
path: tools/nimbus-gradle-plugin
artifactId: tooling-nimbus-gradle
description: A Gradle plugin to generate code for the Nimbus Feature API.
publications:
- name: tooling-nimbus-gradle
type: jar