commit | eeacea504f3ef8c7873bb19aba900b018972afa3 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Tue Dec 17 20:19:47 2019 -0800 |
committer | Peter Collingbourne <pcc@google.com> | Tue Dec 17 20:19:47 2019 -0800 |
tree | 6849ab83205694d37512bd3874376c954374013a | |
parent | 6bb1c31d3cf9b5f297c69064847ac8bf3b4eea17 [diff] |
Link libvndksupport dynamically instead of statically. Bug: 146456667 Change-Id: Ie63ecd1d24aee31f92e10d00b7d593764c8f1897
diff --git a/keystore/tests/Android.bp b/keystore/tests/Android.bp index cb662d1..bbcc1c2 100644 --- a/keystore/tests/Android.bp +++ b/keystore/tests/Android.bp
@@ -27,11 +27,11 @@ "libkeystore_test", "liblog", "libutils", - "libvndksupport", ], shared_libs: [ "libbinder", "libkeymaster_messages", + "libvndksupport", ], sanitize: { cfi: false,