1# Copyright (C) 2017 The Android Open Source Project 2# 3# Bionic loader config file. 4# This gives the exactly the same namespace setup in pre-O. 5# 6 7# All binaries gets the same configuration 'legacy' 8dir.legacy = /system 9dir.legacy = /vendor 10dir.legacy = /sbin 11 12[legacy] 13namespace.default.isolated = false 14namespace.default.search.paths = /system/${LIB}:/vendor/${LIB} 15namespace.default.asan.search.paths = /data/asan/system/${LIB}:/system/${LIB}:/data/asan/vendor/${LIB}:/vendor/${LIB} 16