mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-10 01:12:45 -04:00
add local files
This commit is contained in:
parent
7cd02093c4
commit
974813cf3c
1694 changed files with 364708 additions and 0 deletions
15
universal7570-common/etc/ld.config.txt
Normal file
15
universal7570-common/etc/ld.config.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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 = /sbin
|
||||
|
||||
[legacy]
|
||||
namespace.default.isolated = false
|
||||
namespace.default.search.paths = /system/${LIB}:/vendor/${LIB}
|
||||
namespace.default.asan.search.paths = /data/asan/system/${LIB}:/system/${LIB}:/data/asan/vendor/${LIB}:/vendor/${LIB}
|
Loading…
Add table
Add a link
Reference in a new issue