-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcomponents
67 lines (37 loc) · 846 Bytes
/
components
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
= libcutils
Module: core
== dependencies
none
= liblog
Module: core
== dependencies
=== android
* libcutils
=== system integration points
* properties.c -> sys/_system_properties.h
used to set system properties; very android system specific, can be stubbed out
removing this dependency on the android system<C-S-F5>
= libutils
Module: core
== dependencies
none
== system integration points
none
= libziparchive
Module: core
== dependencies
=== android
* liblog
* lubutils
* libnativehelper -> can be removed as we can rely on TEMP_FAILURE_RETRY being in unistd.h
== system integration points
none
= libdex
Module: dalvik
== dependencies
=== system
* zlib
=== android
* core/libziparchive
* libnativehelper -> can be removed as we can rely on TEMP_FAILURE_RETRY being in unistd.h
== system integration points