allow_all_shared_libs for media namespace in ld.config.legacy.txt
This is a temporal fix. With this change, the extractor plug-ins uses
unstable libs under /system/lib[64]. The right resolution is being
discussed.
Test: applied the same change to ld.config.txt and checked
the memory map of media.extractor on cuttlefish.
Bug: 127791685
Change-Id: Ifd5b79831f27ef4017bb8aa774671aa9b2c5264e
This commit is contained in:
parent
1c1850fad2
commit
787e09a1de
1 changed files with 1 additions and 5 deletions
|
|
@ -94,11 +94,7 @@ namespace.media.asan.search.paths = /apex/com.android.media/${LIB}
|
|||
namespace.media.permitted.paths = /apex/com.android.media/${LIB}/extractors
|
||||
|
||||
namespace.media.links = default
|
||||
namespace.media.link.default.shared_libs = %LLNDK_LIBRARIES%
|
||||
namespace.media.link.default.shared_libs += libandroid.so
|
||||
namespace.media.link.default.shared_libs += libbinder_ndk.so
|
||||
namespace.media.link.default.shared_libs += libmediametrics.so
|
||||
namespace.media.link.default.shared_libs += %SANITIZER_RUNTIME_LIBRARIES%
|
||||
namespace.media.link.default.allow_all_shared_libs = true
|
||||
|
||||
###############################################################################
|
||||
# "conscrypt" APEX namespace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue