Merge "Link libvndksupport dynamically instead of statically."
This commit is contained in:
commit
8b9ac5b83d
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,7 @@ cc_defaults {
|
|||
android: {
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libvndksupport",
|
||||
],
|
||||
},
|
||||
|
||||
|
@ -91,7 +92,6 @@ librecovery_static_libs = [
|
|||
"libhidlbase",
|
||||
"libbinderthreadstate",
|
||||
"liblp",
|
||||
"libvndksupport",
|
||||
"libtinyxml2",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue