forked from mozilla/application-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.buildconfig-android.yml
111 lines (111 loc) · 2.89 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
libraryVersion: 96.2.1
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.
rustlog:
path: components/rc_log/android
artifactId: rustlog
publications:
- name: rustlog
type: aar
description: Android hook into the log crate.
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.
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