Merge "Add libdexfile runtime dependency of libdexfile_support (reland)."
This commit is contained in:
commit
7b0ae4ba7d
|
@ -210,6 +210,9 @@ cc_library_static {
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"liblog",
|
"liblog",
|
||||||
],
|
],
|
||||||
|
runtime_libs: [
|
||||||
|
"libdexfile", // libdexfile_support dependency
|
||||||
|
],
|
||||||
|
|
||||||
whole_static_libs: [
|
whole_static_libs: [
|
||||||
"libasync_safe",
|
"libasync_safe",
|
||||||
|
@ -225,11 +228,17 @@ cc_library_static {
|
||||||
exclude_static_libs: [
|
exclude_static_libs: [
|
||||||
"libdexfile_support",
|
"libdexfile_support",
|
||||||
],
|
],
|
||||||
|
exclude_runtime_libs: [
|
||||||
|
"libdexfile",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
vendor_ramdisk: {
|
vendor_ramdisk: {
|
||||||
exclude_static_libs: [
|
exclude_static_libs: [
|
||||||
"libdexfile_support",
|
"libdexfile_support",
|
||||||
],
|
],
|
||||||
|
exclude_runtime_libs: [
|
||||||
|
"libdexfile",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue