Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40d17632 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add /system/lib to the permitted paths for ns of APEXes" am: 3c9b9af1 am: 7132f855

Change-Id: I465c0064c422e4a1ece6656e26b2a5041f43d9ca
parents 8747ecb8 7132f855
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -22,6 +22,12 @@ namespace.default.visible = true
namespace.default.search.paths      = /apex/com.android.media.swcodec/${LIB}
namespace.default.asan.search.paths = /apex/com.android.media.swcodec/${LIB}

# Below lines are required to be able to access libs in APEXes which are
# actually symlinks to the files under /system/lib. The symlinks exist for
# bundled APEXes to reduce space.
namespace.default.permitted.paths   = /system/${LIB}
namespace.default.asan.permitted.paths = /system/${LIB}

namespace.default.links = platform

# TODO: replace the following when apex has a way to auto-generate this list