1// TODO: These should be handled with transitive static library dependencies
2art_static_dependencies = [
3    // Note: the order is important because of static linking resolution.
4    "libziparchive",
5    "libnativehelper",
6    "libnativebridge",
7    "libnativeloader",
8    "libsigchain_dummy",
9    "liblog",
10    "libz",
11    "libbacktrace",
12    "libcutils",
13    "libunwindbacktrace",
14    "libunwind",
15    "libunwindstack",
16    "libutils",
17    "libbase",
18    "liblz4",
19    "liblzma",
20    "libmetricslogger_static",
21]
22
23subdirs = [
24    "adbconnection",
25    "benchmark",
26    "build",
27    "cmdline",
28    "compiler",
29    "dalvikvm",
30    "dex2oat",
31    "dexdump",
32    "dexlayout",
33    "dexlist",
34    "dexoptanalyzer",
35    "disassembler",
36    "dt_fd_forward",
37    "dt_fd_forward/export",
38    "imgdiag",
39    "libartbase",
40    "libdexfile",
41    "oatdump",
42    "openjdkjvm",
43    "openjdkjvmti",
44    "patchoat",
45    "profman",
46    "runtime",
47    "sigchainlib",
48    "simulator",
49    "test",
50    "tools",
51    "tools/breakpoint-logger",
52    "tools/cpp-define-generator",
53    "tools/dmtracedump",
54    "tools/hiddenapi",
55    "tools/titrace",
56    "tools/wrapagentproperties",
57]
58