Merge "Run linkerconfig from init process" am: 2f174171d7
am: 7b64a9a73a
Change-Id: I6956a7fb29162d0209ab496ecb378d0a7ff42aaa
This commit is contained in:
commit
78f234e0a4
1 changed files with 7 additions and 0 deletions
|
|
@ -38,6 +38,13 @@ on early-init
|
|||
# Allow up to 32K FDs per process
|
||||
setrlimit nofile 32768 32768
|
||||
|
||||
# Create directory to keep ld.config.txt
|
||||
mkdir /dev/linkerconfig 0755
|
||||
|
||||
# Generate ld.config.txt for early executed processes
|
||||
exec -- /system/bin/linkerconfig --target /dev/linkerconfig/ld.config.txt
|
||||
chmod 444 /dev/linkerconfig/ld.config.txt
|
||||
|
||||
start ueventd
|
||||
|
||||
# Run apexd-bootstrap so that APEXes that provide critical libraries
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue