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",
|
"libkeystore_test",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libvndksupport",
|
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libkeymaster_messages",
|
"libkeymaster_messages",
|
||||||
|
"libvndksupport",
|
||||||
],
|
],
|
||||||
sanitize: {
|
sanitize: {
|
||||||
cfi: false,
|
cfi: false,
|
||||||
|
|
Loading…
Reference in a new issue