Merge "Add /system/lib to the permitted paths for ns of APEXes"

am: 3c9b9af153

Change-Id: I6ac1750f23825e73ee998600e9694cd3bd27fc57
gugelfrei
Jiyong Park 5 years ago committed by android-build-merger
commit 7132f8552a

@ -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

Loading…
Cancel
Save