Fix typo on ld.config.txt for swcodec

Test: build, boot, and check swcodec process.
Change-Id: I4c06269c5be7ff2b6dabcc619ccca00688089c9c
gugelfrei
Dongwon Kang 5 years ago
parent ef9d3a6952
commit 82022c1db8

@ -61,8 +61,7 @@ namespace.platform.isolated = true
namespace.platform.search.paths = /system/${LIB}
namespace.platform.asan.search.paths = /data/asan/system/${LIB}
# /system/lib/libc.so, etc are symlinks to
/apex/com.android.lib/lib/bionic/libc.so, etc.
# /system/lib/libc.so, etc are symlinks to /apex/com.android.lib/lib/bionic/libc.so, etc.
# Add /apex/... pat to the permitted paths because linker uses realpath(3)
# to check the accessibility of the lib. We could add this to search.paths
# instead but that makes the resolution of bionic libs be dependent on

Loading…
Cancel
Save