aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Zhang <zhangjerry@google.com>2018-06-20 16:55:32 -0700
committerHridya Valsaraju <hridya@google.com>2018-07-20 17:53:23 +0000
commit0ebc15065ad4028d48f796155c1a1f01812489dd (patch)
tree9dcf9716229ca942978150cd538e93fde315e011
parent0347e5a1d7765fb51f413c0e5168f13f04d7b454 (diff)
downloadfec-0ebc15065ad4028d48f796155c1a1f01812489dd.tar.gz
Allow libfec to be a shared library.
Test: compiles Bug: 78793464 Change-Id: Ic45a344cd4a74a2a858f9f0ca4c26602a4382bf6 Merged-In: Ic45a344cd4a74a2a858f9f0ca4c26602a4382bf6 (cherry picked from commit 1fa5404d542a44ca7e193e77ec8e0bb6aadf8e0c)
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1bed927..4c930e0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,6 @@
// Copyright 2017 The Android Open Source Project
-cc_library_static {
+cc_library {
name: "libfec_rs",
host_supported: true,
recovery_available: true,