Merge "Generate linker config from recovery init"
This commit is contained in:
commit
17090d7f53
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ on early-init
|
|||
# Set the security context of /postinstall if present.
|
||||
restorecon /postinstall
|
||||
|
||||
# Generate ld.config.txt for recovery processes
|
||||
exec u:r:linkerconfig:s0 -- /system/bin/linkerconfig --target /linkerconfig/ld.config.txt
|
||||
chmod 444 /linkerconfig/ld.config.txt
|
||||
|
||||
start ueventd
|
||||
|
||||
setprop sys.usb.configfs 0
|
||||
|
|
Loading…
Reference in a new issue