Allow libfec to be a shared library.

Test: compiles
Bug: 78793464
Change-Id: Ic45a344cd4a74a2a858f9f0ca4c26602a4382bf6
Merged-In: Ic45a344cd4a74a2a858f9f0ca4c26602a4382bf6
(cherry picked from commit 1fa5404d542a44ca7e193e77ec8e0bb6aadf8e0c)
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,