allwinner_a64/android/art/Android.bp
2018-08-08 16:48:17 +08:00

41 lines
807 B
Text

// 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",
]