blob: f7e909d07968b3fdc5562f2624c277685b09e8ee [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",
23 "compiler",
Colin Crossfe6064a2016-08-30 13:49:26 -070024 "dalvikvm",
Colin Crossc7376e02016-09-08 12:52:18 -070025 "dex2oat",
Colin Crossfe6064a2016-08-30 13:49:26 -070026 "dexdump",
27 "dexlayout",
28 "dexlist",
29 "disassembler",
Colin Crossc7376e02016-09-08 12:52:18 -070030 "imgdiag",
Colin Crossfe6064a2016-08-30 13:49:26 -070031 "oatdump",
Colin Crossc7376e02016-09-08 12:52:18 -070032 "patchoat",
33 "profman",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070034 "runtime",
35 "sigchainlib",
Colin Crossfe6064a2016-08-30 13:49:26 -070036 "tools/cpp-define-generator",
37 "tools/dmtracedump",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070038]