sdm660: Remove depreciated libmediaextractor
maybe its moved to libstagefright and libstagefright_foundation
as per 54c8809675
i am not sure
Signed-off-by: Jyotiraditya <dreadnaught02@outlook.com>
This commit is contained in:
parent
f66c3a3f04
commit
5e3b9275de
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,8 @@ EXTRA_VENDOR_LIBRARIES_32 := \
|
|||
libicui18n \
|
||||
libicuuc \
|
||||
libmedia \
|
||||
libmediaextractor \
|
||||
libstagefright \
|
||||
libstagefright_foundation \
|
||||
libmediametrics \
|
||||
libminikin \
|
||||
libsonivox
|
||||
|
@ -41,4 +42,4 @@ include $(CLEAR_VARS)
|
|||
LOCAL_MODULE := vndk-ext
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_REQUIRED_MODULES := $(addsuffix .vndk-ext-gen,$(EXTRA_VENDOR_LIBRARIES_32) $(EXTRA_VENDOR_LIBRARIES_64))
|
||||
include $(BUILD_PHONY_PACKAGE)
|
||||
include $(BUILD_PHONY_PACKAGE)
|
||||
|
|
Loading…
Reference in a new issue