Codec2 components: Updated to build both static and shared libray

All components inside components folder of Codec2 have been updated to
build both static and shared libray

Test: mmm frameworks/av/media/codec2/components
Bug: 173672402

Change-Id: I131d585aa745b53b7c769b7bcb7a0545dc74325b
diff --git a/media/codec2/components/aom/Android.bp b/media/codec2/components/aom/Android.bp
index 61dbd4c..fcc4552 100644
--- a/media/codec2/components/aom/Android.bp
+++ b/media/codec2/components/aom/Android.bp
@@ -1,4 +1,4 @@
-cc_library_shared {
+cc_library {
     name: "libcodec2_soft_av1dec_aom",
     defaults: [
         "libcodec2_soft-defaults",