Link libvndksupport dynamically instead of statically.
Bug: 146456667 Change-Id: Ie63ecd1d24aee31f92e10d00b7d593764c8f1897
This commit is contained in:
parent
6bb1c31d3c
commit
eeacea504f
1 changed files with 1 additions and 1 deletions
|
@ -27,11 +27,11 @@ cc_test {
|
|||
"libkeystore_test",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libvndksupport",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbinder",
|
||||
"libkeymaster_messages",
|
||||
"libvndksupport",
|
||||
],
|
||||
sanitize: {
|
||||
cfi: false,
|
||||
|
|
Loading…
Reference in a new issue