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/hevc/Android.bp b/media/codec2/components/hevc/Android.bp
index 369bd78..2858212 100644
--- a/media/codec2/components/hevc/Android.bp
+++ b/media/codec2/components/hevc/Android.bp
@@ -1,4 +1,4 @@
-cc_library_shared {
+cc_library {
name: "libcodec2_soft_hevcdec",
defaults: [
"libcodec2_soft-defaults",
@@ -11,7 +11,7 @@
}
-cc_library_shared {
+cc_library {
name: "libcodec2_soft_hevcenc",
defaults: [
"libcodec2_soft-defaults",