media: move com.android.media.swcodecs to base_system.mk.
This can now be supported on all devices. Bug: 129710438 Change-Id: Ide0921361ce6b22655f6f5a2695fc892dbe47998
This commit is contained in:
parent
4117d7df6f
commit
4609a369d4
2 changed files with 2 additions and 7 deletions
|
@ -53,6 +53,7 @@ PRODUCT_PACKAGES += \
|
|||
com.android.conscrypt \
|
||||
com.android.location.provider \
|
||||
com.android.media \
|
||||
com.android.media.swcodec \
|
||||
com.android.resolv \
|
||||
com.android.tzdata \
|
||||
ContactsProvider \
|
||||
|
@ -167,6 +168,7 @@ PRODUCT_PACKAGES += \
|
|||
libradio_metadata \
|
||||
librtp_jni \
|
||||
libsensorservice \
|
||||
libsfplugin_ccodec \
|
||||
libskia \
|
||||
libsonic \
|
||||
libsonivox \
|
||||
|
|
|
@ -61,13 +61,6 @@ PRODUCT_PACKAGES += \
|
|||
audio.a2dp.default \
|
||||
audio.hearing_aid.default \
|
||||
|
||||
# Media libraries
|
||||
# - These libraries are used by the new media code path that relies on new
|
||||
# plugins and HAL implementations that may not exist on older devices.
|
||||
PRODUCT_PACKAGES += \
|
||||
com.android.media.swcodec \
|
||||
libsfplugin_ccodec \
|
||||
|
||||
# For ringtones that rely on forward lock encryption
|
||||
PRODUCT_PACKAGES += libfwdlockengine
|
||||
|
||||
|
|
Loading…
Reference in a new issue