Merge "Link libvndksupport dynamically instead of statically." am: 8b9ac5b83d am: dddedcc3de

Change-Id: Ic53f0c08c6159dcf52cca03b729cf536d0ff383b
This commit is contained in:
Automerger Merge Worker
2019-12-19 18:18:24 +00:00

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