From fe0cffa94ec91655622483d6f75fbe2ffa2e529c Mon Sep 17 00:00:00 2001 From: Jerome Gaillard Date: Thu, 27 Jun 2019 19:31:37 +0100 Subject: [PATCH] Enable static builds of libpiex Test: m libpiex Change-Id: I91b7fbd0babf2f2f17fc927c1f561913361b32c0 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 0687b19..57045cf 100644 --- a/Android.bp +++ b/Android.bp @@ -51,7 +51,7 @@ cc_library_static { }, } -cc_library_shared { +cc_library { name: "libpiex", host_supported: true, defaults: ["piex_default_cflags"],