| # Copyright (C) 2017 The Android Open Source Project |
| # |
| # Bionic loader config file. |
| # This gives the exactly the same namespace setup in pre-O. |
| # |
| |
| # All binaries gets the same configuration 'legacy' |
| dir.legacy = /system |
| dir.legacy = /vendor |
| dir.legacy = /odm |
| dir.legacy = /sbin |
| |
| [legacy] |
| namespace.default.isolated = false |
| namespace.default.search.paths = /system/${LIB}:/vendor/${LIB}:/odm/${LIB} |
| namespace.default.asan.search.paths = /data/asan/system/${LIB}:/system/${LIB}:/data/asan/odm/${LIB}:/odm/${LIB}:/data/asan/vendor/${LIB}:/vendor/${LIB} |