summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaptain Throwback <captainthrowback@hotmail.com>2019-01-22 19:27:22 +0100
committerCaptain Throwback <captainthrowback@hotmail.com>2019-01-22 19:28:02 +0100
commit5cb78dc2807abe77a10adec70399519432061725 (patch)
treefb6d8e86d1ff8cdfa8c56ce64c02ad8066270564
parentMerge "Revert "updater: Remove dead make_parents()."" into android-9.0 (diff)
downloadandroid_bootable_recovery-5cb78dc2807abe77a10adec70399519432061725.tar
android_bootable_recovery-5cb78dc2807abe77a10adec70399519432061725.tar.gz
android_bootable_recovery-5cb78dc2807abe77a10adec70399519432061725.tar.bz2
android_bootable_recovery-5cb78dc2807abe77a10adec70399519432061725.tar.lz
android_bootable_recovery-5cb78dc2807abe77a10adec70399519432061725.tar.xz
android_bootable_recovery-5cb78dc2807abe77a10adec70399519432061725.tar.zst
android_bootable_recovery-5cb78dc2807abe77a10adec70399519432061725.zip
-rw-r--r--etc/init.recovery.service22.rc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/init.recovery.service22.rc b/etc/init.recovery.service22.rc
index 43a3374b4..bb2853c1a 100644
--- a/etc/init.recovery.service22.rc
+++ b/etc/init.recovery.service22.rc
@@ -1,11 +1,5 @@
on boot
- export LD_CONFIG_FILE /sbin/ld.config.txt
# For starting recovery on 5.0 and newer
service recovery /sbin/recovery
seclabel u:r:recovery:s0
-
-# This helps fix ld.config.txt errors from the linker on Android 8.1
-service ldconfigtxt /sbin/touch /sbin/ld.config.txt
- oneshot
- seclabel u:r:recovery:s0