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