Merge "Link libvndksupport dynamically instead of statically."
am: 4b33ccbb0e
Change-Id: Ibdd10b0ac6b6067b6b89be61af986d447a90fc37
This commit is contained in:
commit
d8f23ce9c5
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