summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2019-12-19 10:03:23 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-12-19 10:03:23 -0800
commit56771093eb27ec24095cb6ca4f8e2879b0209387 (patch)
treea37d13c1dadf68ce3ac2d74cf13678dc62c77cb7
parentffe96dbe0c760ab1f1831f253dd71cdbfcc2ffb2 (diff)
parent59de0c2590b414387f9648aa94a18395c71d365c (diff)
downloadlibhwbinder-56771093eb27ec24095cb6ca4f8e2879b0209387.tar.gz
Link libvndksupport dynamically instead of statically.
am: 59de0c2590 Change-Id: I7ef3cf9b47eaae5b84fce45ea646f87e9940cdff
-rw-r--r--vts/performance/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vts/performance/Android.bp b/vts/performance/Android.bp
index 6c844f5..774a960 100644
--- a/vts/performance/Android.bp
+++ b/vts/performance/Android.bp
@@ -27,12 +27,12 @@ cc_defaults {
"liblog",
"libutils",
"libcutils",
+ "libvndksupport",
],
static_libs: [
"android.hardware.tests.libhwbinder@1.0",
"libbinderthreadstate",
- "libvndksupport",
"libhidlbase_pgo",
],