aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Gaillard <jgaillard@google.com>2019-06-27 19:31:37 +0100
committerJerome Gaillard <jgaillard@google.com>2019-06-27 19:31:37 +0100
commitfe0cffa94ec91655622483d6f75fbe2ffa2e529c (patch)
treedd55545f4fb0d60d4a2ff98e434bd8ddf533879b
parent5bd3a7a77d4cf58e4ffc95cbd7cbd5038a343ecb (diff)
downloadpiex-fe0cffa94ec91655622483d6f75fbe2ffa2e529c.tar.gz
Enable static builds of libpiex
Test: m libpiex Change-Id: I91b7fbd0babf2f2f17fc927c1f561913361b32c0
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
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"],