summaryrefslogtreecommitdiffstats
path: root/etc/init.recovery.service22.rc
blob: 43a3374b425858cfd2a06708dfe74d8b04196207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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