From b51849101487dd892ab95b2af01b14a7f5a57254 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 13 Nov 2017 14:22:36 -0800 Subject: libhidladapter is now static. To include in self-packaged tests. Bug: 66914275 Test: pass Change-Id: I6dd6527c24902f54dd3269465ca8d1cf5729525d --- adapter/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/Android.bp b/adapter/Android.bp index a814e10..c183184 100644 --- a/adapter/Android.bp +++ b/adapter/Android.bp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -cc_library_shared { +cc_library { name: "libhidladapter", defaults: ["libhidl-defaults"], vendor_available: true, -- cgit v1.2.3