Merge "Generate linker config from recovery init" am: 17090d7f53 am: c3b430d816
Change-Id: I77454f6071430e5c31093bd3ea3c7dc11a052a81
This commit is contained in:
@@ -4,6 +4,10 @@ on early-init
|
|||||||
# Set the security context of /postinstall if present.
|
# Set the security context of /postinstall if present.
|
||||||
restorecon /postinstall
|
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
|
start ueventd
|
||||||
|
|
||||||
setprop sys.usb.configfs 0
|
setprop sys.usb.configfs 0
|
||||||
|
|||||||
Reference in New Issue
Block a user