Merge "Link libvndksupport dynamically instead of statically."

am: 8b9ac5b83d

Change-Id: Ib5eaa527fbba27b700f6efc8b2536320252e4ee3
This commit is contained in:
Peter Collingbourne
2019-12-19 10:03:09 -08:00
committed by android-build-merger

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",
]