blob: 59f7abf138bf01056326d9aa7065964501500fbe [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",
Christopher Ferris161ea9b2017-10-18 15:34:08 -070013 "libunwindstack",
Colin Crossfe6064a2016-08-30 13:49:26 -070014 "libutils",
15 "libbase",
16 "liblz4",
17 "liblzma",
18]
19
Colin Cross1f7f3bd2016-07-27 10:12:38 -070020subdirs = [
Alex Lightfbf96702017-12-14 13:27:13 -080021 "adbconnection",
Colin Crossfe6064a2016-08-30 13:49:26 -070022 "benchmark",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070023 "build",
Colin Cross6e95dd52016-09-12 15:37:10 -070024 "cmdline",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070025 "compiler",
Colin Crossfe6064a2016-08-30 13:49:26 -070026 "dalvikvm",
Colin Crossc7376e02016-09-08 12:52:18 -070027 "dex2oat",
Colin Crossfe6064a2016-08-30 13:49:26 -070028 "dexdump",
29 "dexlayout",
30 "dexlist",
Calin Juravle36eb3132017-01-13 16:32:38 -080031 "dexoptanalyzer",
Colin Crossfe6064a2016-08-30 13:49:26 -070032 "disassembler",
Alex Light39795712017-12-14 11:58:21 -080033 "dt_fd_forward",
34 "dt_fd_forward/export",
Colin Crossc7376e02016-09-08 12:52:18 -070035 "imgdiag",
David Sehr67bf42e2018-02-26 16:43:04 -080036 "libartbase",
David Sehr334b9d72018-02-12 18:27:56 -080037 "libdexfile",
David Sehr82d046e2018-04-23 08:14:19 -070038 "libprofile",
Colin Crossfe6064a2016-08-30 13:49:26 -070039 "oatdump",
Andreas Gampe5d15e6c2017-07-26 12:57:41 -070040 "openjdkjvm",
Andreas Gampe06c42a52017-07-26 14:17:14 -070041 "openjdkjvmti",
Colin Crossc7376e02016-09-08 12:52:18 -070042 "patchoat",
43 "profman",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070044 "runtime",
45 "sigchainlib",
Andreas Gampe71da4872017-07-26 10:02:07 -070046 "simulator",
Colin Cross6b22aa52016-09-12 14:35:39 -070047 "test",
Alex Lightb69d2d32018-02-21 13:37:17 -080048 "tools",
Alex Light0e151e72017-10-25 10:50:35 -070049 "tools/breakpoint-logger",
Colin Crossfe6064a2016-08-30 13:49:26 -070050 "tools/cpp-define-generator",
51 "tools/dmtracedump",
David Brazdil2b9c35b2018-01-12 15:44:43 +000052 "tools/hiddenapi",
Igor Murashkin0ae15322017-09-14 13:55:06 -070053 "tools/titrace",
Alex Light0ac2e5c2017-09-19 15:35:20 -070054 "tools/wrapagentproperties",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070055]