• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    "libutils",
15    "libbase",
16    "liblz4",
17    "liblzma",
18]
19
20subdirs = [
21    "benchmark",
22    "build",
23    "cmdline",
24    "compiler",
25    "dalvikvm",
26    "dex2oat",
27    "dexdump",
28    "dexlayout",
29    "dexlist",
30    "dexoptanalyzer",
31    "disassembler",
32    "imgdiag",
33    "oatdump",
34    "patchoat",
35    "profman",
36    "runtime",
37    "sigchainlib",
38    "test",
39    "tools/cpp-define-generator",
40    "tools/dmtracedump",
41]
42