commit | 8f2f0d09ea4243bb95d2fffbaceecfeff159a331 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Tue Dec 17 17:51:42 2019 -0800 |
committer | Peter Collingbourne <pcc@google.com> | Tue Dec 17 17:51:42 2019 -0800 |
tree | 75d52473731dfcfa3d0b481f501c115cb40e0b44 | |
parent | b12e54c4f151d0c632ecea26d04c745d427aca06 [diff] |
Link libvndksupport dynamically instead of statically. Bug: 146456667 Change-Id: I839223d8fbc365fd3271634143b117604f6aa879
diff --git a/tests/Android.bp b/tests/Android.bp index 5b881e3..3366f56 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -39,6 +39,7 @@ android: { shared_libs: [ "libutils", + "libvndksupport", ], }, @@ -92,7 +93,6 @@ "libhidlbase", "libbinderthreadstate", "liblp", - "libvndksupport", "libtinyxml2", ]