Add libdexfile runtime dependency of libdexfile_support (reland).
Necessary since static_libs doesn't propagate transitive dependencies in Soong. Test: m droid Bug: 197856821 Bug: 169779783 Change-Id: Ia70f8596228770451c95610be0e97783dabf3af3
This commit is contained in:
parent
2eaa82ea5c
commit
3784b9de46
1 changed files with 9 additions and 0 deletions
|
|
@ -210,6 +210,9 @@ cc_library_static {
|
|||
"libcutils",
|
||||
"liblog",
|
||||
],
|
||||
runtime_libs: [
|
||||
"libdexfile", // libdexfile_support dependency
|
||||
],
|
||||
|
||||
whole_static_libs: [
|
||||
"libasync_safe",
|
||||
|
|
@ -225,11 +228,17 @@ cc_library_static {
|
|||
exclude_static_libs: [
|
||||
"libdexfile_support",
|
||||
],
|
||||
exclude_runtime_libs: [
|
||||
"libdexfile",
|
||||
],
|
||||
},
|
||||
vendor_ramdisk: {
|
||||
exclude_static_libs: [
|
||||
"libdexfile_support",
|
||||
],
|
||||
exclude_runtime_libs: [
|
||||
"libdexfile",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue