diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 4597e9cabb..5fb572ff65 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -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 \ diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 2c3a76ef83..ecd5691d7a 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -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