Link libvndksupport dynamically instead of statically.

Bug: 146456667
Change-Id: Ie63ecd1d24aee31f92e10d00b7d593764c8f1897
This commit is contained in:
Peter Collingbourne 2019-12-17 20:19:47 -08:00
parent 6bb1c31d3c
commit eeacea504f

View file

@ -27,11 +27,11 @@ cc_test {
"libkeystore_test",
"liblog",
"libutils",
"libvndksupport",
],
shared_libs: [
"libbinder",
"libkeymaster_messages",
"libvndksupport",
],
sanitize: {
cfi: false,