summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2019-12-17 07:05:54 +0100
committerKiyoung Kim <kiyoungkim@google.com>2019-12-17 07:05:54 +0100
commitea2b683f6e886a595f59cb07c5f90383c9579035 (patch)
tree7c6699d1427f4e85f03cc3b2f5af6d5a17fc43b9
parentMerge "minui: add ARGB_8888 format" (diff)
downloadandroid_bootable_recovery-ea2b683f6e886a595f59cb07c5f90383c9579035.tar
android_bootable_recovery-ea2b683f6e886a595f59cb07c5f90383c9579035.tar.gz
android_bootable_recovery-ea2b683f6e886a595f59cb07c5f90383c9579035.tar.bz2
android_bootable_recovery-ea2b683f6e886a595f59cb07c5f90383c9579035.tar.lz
android_bootable_recovery-ea2b683f6e886a595f59cb07c5f90383c9579035.tar.xz
android_bootable_recovery-ea2b683f6e886a595f59cb07c5f90383c9579035.tar.zst
android_bootable_recovery-ea2b683f6e886a595f59cb07c5f90383c9579035.zip
-rw-r--r--etc/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 395e627bf..3ec45db2f 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -4,8 +4,8 @@ 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
+ # Copy prebuilt ld.config.txt into linkerconfig directory
+ copy /system/etc/ld.config.txt /linkerconfig/ld.config.txt
chmod 444 /linkerconfig/ld.config.txt
start ueventd