Link libvndksupport dynamically instead of statically.

Bug: 146456667
Change-Id: I839223d8fbc365fd3271634143b117604f6aa879
This commit is contained in:
Peter Collingbourne 2019-12-17 17:51:42 -08:00
parent b12e54c4f1
commit 8f2f0d09ea

View file

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