Allow libfec to be a shared library. am: 0ebc15065a
am: bc993446a3

Change-Id: I86195e27a1675cad264c5c360203ac7aac402d5d
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,