commit | 0abe5aae32fe33ad47a14765fc57b205a30c8ddc | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Nov 08 10:42:55 2017 -0800 |
committer | Yifan Hong <elsk@google.com> | Wed Nov 08 14:57:12 2017 -0800 |
tree | 296214577265fd38ef578799351cad064f1c7943 | |
parent | b2b99bf625c01a37820ac94c8ceed83f728f6cb0 [diff] |
libhidlbase / libhidltransport is static Need libhidl* for static executables that links to HAL implementations statically. Bug: 63702641 Test: charger works Change-Id: Ie02acd0b7d1b6ec949e0ec2425e7ab783b0ef1cb
diff --git a/transport/Android.bp b/transport/Android.bp index e09cb4d..4821560 100644 --- a/transport/Android.bp +++ b/transport/Android.bp
@@ -25,7 +25,7 @@ "token/1.0/utils", ] -cc_library_shared { +cc_library { name: "libhidltransport", vendor_available: true, vndk: {