-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
50 lines (47 loc) · 1.02 KB
/
Cargo.toml
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
[workspace]
members = [
"child-test-daemon/",
"codegen/",
"common/",
"daemon/",
"native-build-deps/",
"parser/",
"services/apps",
"services/apps/appscmd",
"services/audiovolumemanager",
"services/contacts",
"services/contentmanager",
"services/devicecapability",
"services/dweb",
"services/evm",
"services/geckobridge",
"services/libsignal",
"services/powermanager",
"services/procmanager",
"services/settings",
"services/tcpsocket",
"services/test",
"services/time",
"support/android-utils/",
"support/hidl-utils/",
"support/libsignal-sys/",
"support/light/",
"support/power",
"support/sqlite-utils",
"tests/driver",
"tests/apps-test-server",
"vhost/",
]
[patch.crates-io]
# Use our fork with the extra feature for vhost
zip = {path = "support/zip"}
# Fork to downgrade cc
iana-time-zone-haiku = {git = "https://github.com/capyloon/iana-time-zone.git"}
[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3
panic = "abort"
rpath = false