Link libvndksupport dynamically instead of statically.
Bug: 146456667 Change-Id: I839223d8fbc365fd3271634143b117604f6aa879
This commit is contained in:
parent
b12e54c4f1
commit
8f2f0d09ea
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,7 @@ cc_defaults {
|
|||
android: {
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libvndksupport",
|
||||
],
|
||||
},
|
||||
|
||||
|
@ -92,7 +93,6 @@ librecovery_static_libs = [
|
|||
"libhidlbase",
|
||||
"libbinderthreadstate",
|
||||
"liblp",
|
||||
"libvndksupport",
|
||||
"libtinyxml2",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue