Loading apex/ld.config.txt +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
apex/ld.config.txt +6 −0 Original line number Diff line number Diff line Loading @@ -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