blob: dff6efa95b671f48ee58c75302d0a819855991c3 [file] [log] [blame]
Colin Crossfe6064a2016-08-30 13:49:26 -07001// 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
Colin Cross1f7f3bd2016-07-27 10:12:38 -070020subdirs = [
Colin Crossfe6064a2016-08-30 13:49:26 -070021 "benchmark",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070022 "build",
Colin Cross6e95dd52016-09-12 15:37:10 -070023 "cmdline",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070024 "compiler",
Colin Crossfe6064a2016-08-30 13:49:26 -070025 "dalvikvm",
Colin Crossc7376e02016-09-08 12:52:18 -070026 "dex2oat",
Colin Crossfe6064a2016-08-30 13:49:26 -070027 "dexdump",
28 "dexlayout",
29 "dexlist",
Calin Juravle36eb3132017-01-13 16:32:38 -080030 "dexoptanalyzer",
Colin Crossfe6064a2016-08-30 13:49:26 -070031 "disassembler",
Colin Crossc7376e02016-09-08 12:52:18 -070032 "imgdiag",
Colin Crossfe6064a2016-08-30 13:49:26 -070033 "oatdump",
Andreas Gampe5d15e6c2017-07-26 12:57:41 -070034 "openjdkjvm",
Colin Crossc7376e02016-09-08 12:52:18 -070035 "patchoat",
36 "profman",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070037 "runtime",
38 "sigchainlib",
Colin Cross6b22aa52016-09-12 14:35:39 -070039 "test",
Colin Crossfe6064a2016-08-30 13:49:26 -070040 "tools/cpp-define-generator",
41 "tools/dmtracedump",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070042]