summaryrefslogtreecommitdiff
authorshilong.yang <shilong.yang@amlogic.com>2020-10-24 06:25:34 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2020-11-13 06:29:09 (GMT)
commitac7bb205910b0b327abeee4e48fcaaa2a2ae3a59 (patch)
treeccdad87a1654c3bf093b7de6ac60e34be4f04b1d
parentbdaff1c66f0d9b1d1f103743c9766c5ae13a912d (diff)
downloadcommon-ac7bb205910b0b327abeee4e48fcaaa2a2ae3a59.zip
common-ac7bb205910b0b327abeee4e48fcaaa2a2ae3a59.tar.gz
common-ac7bb205910b0b327abeee4e48fcaaa2a2ae3a59.tar.bz2
device:add libmediavendor_ext.[1/1]
SWPL-28797 problem: need complile some so to img. Solution: modify media.mk and add libmediavendor_ext. Verify: newton Signed-off-by: shilong.yang <shilong.yang@amlogic.com> Change-Id: I4e604ca905c4509fad799c927c45d7bd5b3fa254
Diffstat
-rw-r--r--media.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/media.mk b/media.mk
index ae4d785..97109b6 100644
--- a/media.mk
+++ b/media.mk
@@ -86,7 +86,8 @@ endif
ifeq ($(TARGET_WITH_SWCODEC_EXT), true)
PRODUCT_PACKAGES += \
libOmxCoreSw \
- libstagefright_soft_amsoftdec
+ libstagefright_soft_amsoftdec \
+ libmediavendor_ext
endif