commit | 8b9ac5b83dc71280a375603af298191d40053755 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu Dec 19 17:27:37 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 19 17:27:37 2019 +0000 |
tree | 01c7a99a4e366eb3cf076dbad3c3604671acaf36 | |
parent | cae99c43de163afd36b9fe6e5f25392b39744616 [diff] | |
parent | 8f2f0d09ea4243bb95d2fffbaceecfeff159a331 [diff] |
Merge "Link libvndksupport dynamically instead of statically."
diff --git a/tests/Android.bp b/tests/Android.bp index dc662d8..e49d966 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -39,6 +39,7 @@ android: { shared_libs: [ "libutils", + "libvndksupport", ], }, @@ -91,7 +92,6 @@ "libhidlbase", "libbinderthreadstate", "liblp", - "libvndksupport", "libtinyxml2", ]