upload android base code part3
This commit is contained in:
parent
71b83c22f1
commit
b9e30e05b1
15122 changed files with 2089659 additions and 0 deletions
41
android/art/Android.bp
Normal file
41
android/art/Android.bp
Normal file
|
@ -0,0 +1,41 @@
|
|||
// 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",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue