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

This commit is contained in:
Treehugger Robot 2020-01-13 08:19:23 +00:00 committed by Gerrit Code Review
commit a6379cd2df
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ additional.namespaces = platform,art
namespace.default.isolated = true
namespace.default.search.paths = /apex/com.android.adbd/${LIB}
namespace.default.asan.search.paths = /apex/com.android.adbd/${LIB}
namespace.default.permitted.paths = /system/${LIB}
namespace.default.asan.permitted.paths = /system/${LIB}
namespace.default.links = art,platform
namespace.default.link.art.shared_libs = libadbconnection_server.so
namespace.default.link.platform.shared_libs = libc.so:libdl.so:libm.so:libclang_rt.hwasan-aarch64-android.so