blob: e09b7740c184d74c82d65e8b4365095a3e4fbb2e [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 = [
Alex Lightfbf96702017-12-14 13:27:13 -080023 "adbconnection",
Colin Crossfe6064a2016-08-30 13:49:26 -070024 "benchmark",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070025 "build",
Colin Cross6e95dd52016-09-12 15:37:10 -070026 "cmdline",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070027 "compiler",
Colin Crossfe6064a2016-08-30 13:49:26 -070028 "dalvikvm",
Colin Crossc7376e02016-09-08 12:52:18 -070029 "dex2oat",
Colin Crossfe6064a2016-08-30 13:49:26 -070030 "dexdump",
31 "dexlayout",
32 "dexlist",
Calin Juravle36eb3132017-01-13 16:32:38 -080033 "dexoptanalyzer",
Colin Crossfe6064a2016-08-30 13:49:26 -070034 "disassembler",
Alex Light39795712017-12-14 11:58:21 -080035 "dt_fd_forward",
36 "dt_fd_forward/export",
Colin Crossc7376e02016-09-08 12:52:18 -070037 "imgdiag",
David Sehr67bf42e2018-02-26 16:43:04 -080038 "libartbase",
David Sehr334b9d72018-02-12 18:27:56 -080039 "libdexfile",
Colin Crossfe6064a2016-08-30 13:49:26 -070040 "oatdump",
Andreas Gampe5d15e6c2017-07-26 12:57:41 -070041 "openjdkjvm",
Andreas Gampe06c42a52017-07-26 14:17:14 -070042 "openjdkjvmti",
Colin Crossc7376e02016-09-08 12:52:18 -070043 "patchoat",
44 "profman",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070045 "runtime",
46 "sigchainlib",
Andreas Gampe71da4872017-07-26 10:02:07 -070047 "simulator",
Colin Cross6b22aa52016-09-12 14:35:39 -070048 "test",
Alex Lightb69d2d32018-02-21 13:37:17 -080049 "tools",
Alex Light0e151e72017-10-25 10:50:35 -070050 "tools/breakpoint-logger",
Colin Crossfe6064a2016-08-30 13:49:26 -070051 "tools/cpp-define-generator",
52 "tools/dmtracedump",
David Brazdil2b9c35b2018-01-12 15:44:43 +000053 "tools/hiddenapi",
Igor Murashkin0ae15322017-09-14 13:55:06 -070054 "tools/titrace",
Alex Light0ac2e5c2017-09-19 15:35:20 -070055 "tools/wrapagentproperties",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070056]