blob: c1c30498743d4f18ec604dec7f40cefc49da027d [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",
Mathew Inwood2d4d62f2018-04-12 13:56:37 +010020 "libmetricslogger_static",
Colin Crossfe6064a2016-08-30 13:49:26 -070021]
22
Colin Cross1f7f3bd2016-07-27 10:12:38 -070023subdirs = [
Alex Lightfbf96702017-12-14 13:27:13 -080024 "adbconnection",
Colin Crossfe6064a2016-08-30 13:49:26 -070025 "benchmark",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070026 "build",
Colin Cross6e95dd52016-09-12 15:37:10 -070027 "cmdline",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070028 "compiler",
Colin Crossfe6064a2016-08-30 13:49:26 -070029 "dalvikvm",
Colin Crossc7376e02016-09-08 12:52:18 -070030 "dex2oat",
Colin Crossfe6064a2016-08-30 13:49:26 -070031 "dexdump",
32 "dexlayout",
33 "dexlist",
Calin Juravle36eb3132017-01-13 16:32:38 -080034 "dexoptanalyzer",
Colin Crossfe6064a2016-08-30 13:49:26 -070035 "disassembler",
Alex Light39795712017-12-14 11:58:21 -080036 "dt_fd_forward",
37 "dt_fd_forward/export",
Colin Crossc7376e02016-09-08 12:52:18 -070038 "imgdiag",
David Sehr67bf42e2018-02-26 16:43:04 -080039 "libartbase",
David Sehr334b9d72018-02-12 18:27:56 -080040 "libdexfile",
Colin Crossfe6064a2016-08-30 13:49:26 -070041 "oatdump",
Andreas Gampe5d15e6c2017-07-26 12:57:41 -070042 "openjdkjvm",
Andreas Gampe06c42a52017-07-26 14:17:14 -070043 "openjdkjvmti",
Colin Crossc7376e02016-09-08 12:52:18 -070044 "patchoat",
45 "profman",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070046 "runtime",
47 "sigchainlib",
Andreas Gampe71da4872017-07-26 10:02:07 -070048 "simulator",
Colin Cross6b22aa52016-09-12 14:35:39 -070049 "test",
Alex Lightb69d2d32018-02-21 13:37:17 -080050 "tools",
Alex Light0e151e72017-10-25 10:50:35 -070051 "tools/breakpoint-logger",
Colin Crossfe6064a2016-08-30 13:49:26 -070052 "tools/cpp-define-generator",
53 "tools/dmtracedump",
David Brazdil2b9c35b2018-01-12 15:44:43 +000054 "tools/hiddenapi",
Igor Murashkin0ae15322017-09-14 13:55:06 -070055 "tools/titrace",
Alex Light0ac2e5c2017-09-19 15:35:20 -070056 "tools/wrapagentproperties",
Colin Cross1f7f3bd2016-07-27 10:12:38 -070057]