You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
807 B
41 lines
807 B
// TODO: These should be handled with transitive static library dependencies |
|
art_static_dependencies = [ |
|
// Note: the order is important because of static linking resolution. |
|
"libziparchive", |
|
"libnativehelper", |
|
"libnativebridge", |
|
"libnativeloader", |
|
"libsigchain_dummy", |
|
"liblog", |
|
"libz", |
|
"libbacktrace", |
|
"libcutils", |
|
"libunwindbacktrace", |
|
"libutils", |
|
"libbase", |
|
"liblz4", |
|
"liblzma", |
|
] |
|
|
|
subdirs = [ |
|
"benchmark", |
|
"build", |
|
"cmdline", |
|
"compiler", |
|
"dalvikvm", |
|
"dex2oat", |
|
"dexdump", |
|
"dexlayout", |
|
"dexlist", |
|
"dexoptanalyzer", |
|
"disassembler", |
|
"imgdiag", |
|
"oatdump", |
|
"patchoat", |
|
"profman", |
|
"runtime", |
|
"sigchainlib", |
|
"test", |
|
"tools/cpp-define-generator", |
|
"tools/dmtracedump", |
|
]
|
|
|