From 90917c898e2ac48085dbabc4b67800a8a49d752f Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Mon, 29 Apr 2019 15:27:40 -0700 Subject: [PATCH] media: make softomx plugin a plugin This means removing libstagefright_softomx from VNDK, and adding the plugin lib to PRODUCT_PACKAGES. Bug: 129710438 Change-Id: Ie9bbc3fb38b06951bcafa27ea0691a6c0e7eb470 --- target/product/gsi/current.txt | 1 - target/product/media_system.mk | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/gsi/current.txt b/target/product/gsi/current.txt index 7693d82e73..c077d69e9f 100644 --- a/target/product/gsi/current.txt +++ b/target/product/gsi/current.txt @@ -261,7 +261,6 @@ VNDK-core: libstagefright_flacdec.so VNDK-core: libstagefright_foundation.so VNDK-core: libstagefright_omx.so VNDK-core: libstagefright_omx_utils.so -VNDK-core: libstagefright_softomx.so VNDK-core: libstagefright_xmlparser.so VNDK-core: libsysutils.so VNDK-core: libtinyalsa.so diff --git a/target/product/media_system.mk b/target/product/media_system.mk index cd4e9c6ffc..9b023701ce 100644 --- a/target/product/media_system.mk +++ b/target/product/media_system.mk @@ -52,6 +52,7 @@ PRODUCT_PACKAGES += \ libstagefright_soft_vorbisdec \ libstagefright_soft_vpxdec \ libstagefright_soft_vpxenc \ + libstagefright_softomx_plugin \ libwebviewchromium_loader \ libwebviewchromium_plat_support \ make_f2fs \