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