Skip to content

common: remove IOmx and IOmxStore from manifest

Right now, we include IOmx and IOmxStore in both our DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE and in our DEVICE_MANIFEST_FILE.

We should have removed those in commit 392dbf42 ("device: use c2 media file") but we forgot removing this.

Drop them from the manifest files to avoid any confusion.

Note: The service is still part of the build, see //build/make/target/product/base_vendor.mk but it won't be able to register with the servicemanager

Test: dumpsys media.player Test: atest android.media.player.cts.MediaPlayerTest#testLocalVideo_MP4_H264_480x360_500kbps_25fps_AAC_Stereo_128kbps_44110Hz Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com (cherry picked from commit 8558048f) Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com

Merge request reports