C2SoftCodecTests: Add unit tests for c2 soft codecs
plus build fix:
If50bacb libcodec2: Updated to build both static and shared libray
I07fe5a3 libsfplugin_ccodec_utils: Updated to build both static and shared libray
I1217ad4 libcodec2_vndk: Updated to build both static and shared libray
I131d585 Codec2 components: Updated to build both static and shared libray
Bug: 181243220
Test: atest C2SoftMpeg4DecTest
Merged-In: I34b9ab63d3aef867a1a2a59b10befc995f1e34b0
Change-Id: I34b9ab63d3aef867a1a2a59b10befc995f1e34b0
diff --git a/media/codec2/components/base/Android.bp b/media/codec2/components/base/Android.bp
index f10835f..3712564 100644
--- a/media/codec2/components/base/Android.bp
+++ b/media/codec2/components/base/Android.bp
@@ -1,6 +1,6 @@
// DO NOT DEPEND ON THIS DIRECTLY
// use libcodec2_soft-defaults instead
-cc_library_shared {
+cc_library {
name: "libcodec2_soft_common",
defaults: ["libcodec2-impl-defaults"],
vendor_available: true,
@@ -96,7 +96,7 @@
}
// TEMP: used by cheets2 project - remove when no longer used
-cc_library_shared {
+cc_library {
name: "libcodec2_simple_component",
vendor_available: true,