From 8f2f0d09ea4243bb95d2fffbaceecfeff159a331 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 17 Dec 2019 17:51:42 -0800 Subject: Link libvndksupport dynamically instead of statically. Bug: 146456667 Change-Id: I839223d8fbc365fd3271634143b117604f6aa879 --- tests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Android.bp b/tests/Android.bp index 5b881e367..3366f56d1 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -39,6 +39,7 @@ cc_defaults { android: { shared_libs: [ "libutils", + "libvndksupport", ], }, @@ -92,7 +93,6 @@ librecovery_static_libs = [ "libhidlbase", "libbinderthreadstate", "liblp", - "libvndksupport", "libtinyxml2", ] -- cgit v1.2.3