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: {
|
android: {
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libvndksupport",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -91,7 +92,6 @@ librecovery_static_libs = [
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libbinderthreadstate",
|
"libbinderthreadstate",
|
||||||
"liblp",
|
"liblp",
|
||||||
"libvndksupport",
|
|
||||||
"libtinyxml2",
|
"libtinyxml2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue