Merge "libcodec2: Updated to build both static and shared libray" am: f675cbc394 am: 066ed70beb

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1506810

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I830eb007b84a934a1b7776d40aba7b30ace9ccc6
diff --git a/media/codec2/core/Android.bp b/media/codec2/core/Android.bp
index 33fafa7..beeadb8 100644
--- a/media/codec2/core/Android.bp
+++ b/media/codec2/core/Android.bp
@@ -5,7 +5,7 @@
     export_include_dirs: ["include"],
 }
 
-cc_library_shared {
+cc_library {
     name: "libcodec2",
     vendor_available: true,
     min_sdk_version: "29",