Merge "Link libvndksupport dynamically instead of statically."

This commit is contained in:
Peter Collingbourne 2019-12-19 17:27:37 +00:00 committed by Gerrit Code Review
commit 8b9ac5b83d

View file

@ -39,6 +39,7 @@ cc_defaults {
android: {
shared_libs: [
"libutils",
"libvndksupport",
],
},
@ -91,7 +92,6 @@ librecovery_static_libs = [
"libhidlbase",
"libbinderthreadstate",
"liblp",
"libvndksupport",
"libtinyxml2",
]