blob: 34a646915fd96b60049826a9dc9a7b244a9c07a0 [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",
Mathew Inwood17245202018-04-12 13:56:37 +010018 "libmetricslogger_static",
Colin Crossfe6064a2016-08-30 13:49:26 -070019]
20
Colin Cross1f7f3bd2016-07-27 10:12:38 -070021subdirs = [
Alex Lightfbf96702017-12-14 13:27:13 -080022 "adbconnection",
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",
Alex Light39795712017-12-14 11:58:21 -080034 "dt_fd_forward",
35 "dt_fd_forward/export",
Colin Crossc7376e02016-09-08 12:52:18 -070036 "imgdiag",
David Sehr67bf42e2018-02-26 16:43:04 -080037 "libartbase",
David Sehr334b9d72018-02-12 18:27:56 -080038 "libdexfile",
David Sehr82d046e2018-04-23 08:14:19 -070039 "libprofile",
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]