blob: 295ae4c5569d1c8ba5c93267da5f1bb44b663333 [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",
Jiyong Park08771e92017-10-13 14:30:03 +090014 "libunwind",
Christopher Ferris161ea9b2017-10-18 15:34:08 -070015 "libunwindstack",
Colin Crossfe6064a2016-08-30 13:49:26 -070016 "libutils",
17 "libbase",
18 "liblz4",
19 "liblzma",
20]
21
Colin Cross1f7f3bd2016-07-27 10:12:38 -070022subdirs = [
Colin Crossfe6064a2016-08-30 13:49:26 -070023 "benchmark",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070024 "build",
Colin Cross6e95dd52016-09-12 15:37:10 -070025 "cmdline",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070026 "compiler",
Colin Crossfe6064a2016-08-30 13:49:26 -070027 "dalvikvm",
Colin Crossc7376e02016-09-08 12:52:18 -070028 "dex2oat",
Colin Crossfe6064a2016-08-30 13:49:26 -070029 "dexdump",
30 "dexlayout",
31 "dexlist",
Calin Juravle36eb3132017-01-13 16:32:38 -080032 "dexoptanalyzer",
Colin Crossfe6064a2016-08-30 13:49:26 -070033 "disassembler",
Colin Crossc7376e02016-09-08 12:52:18 -070034 "imgdiag",
Colin Crossfe6064a2016-08-30 13:49:26 -070035 "oatdump",
Andreas Gampe5d15e6c2017-07-26 12:57:41 -070036 "openjdkjvm",
Andreas Gampe06c42a52017-07-26 14:17:14 -070037 "openjdkjvmti",
Colin Crossc7376e02016-09-08 12:52:18 -070038 "patchoat",
39 "profman",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070040 "runtime",
41 "sigchainlib",
Andreas Gampe71da4872017-07-26 10:02:07 -070042 "simulator",
Colin Cross6b22aa52016-09-12 14:35:39 -070043 "test",
Alex Light0e151e72017-10-25 10:50:35 -070044 "tools/breakpoint-logger",
Colin Crossfe6064a2016-08-30 13:49:26 -070045 "tools/cpp-define-generator",
46 "tools/dmtracedump",
Igor Murashkin0ae15322017-09-14 13:55:06 -070047 "tools/titrace",
Alex Light0ac2e5c2017-09-19 15:35:20 -070048 "tools/wrapagentproperties",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070049]