summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-06-14 01:14:29 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-06-14 01:14:29 +0200
commit397e8f2279621f4ca520c832b5fd05ccc8141176 (patch)
tree6e5a11ba2690f0c25b4436d5c09ff68efbeffb8a /etc
parentMerge "updater_sample: add proguard.flags" (diff)
parentRecovery image is self-contained (diff)
downloadandroid_bootable_recovery-397e8f2279621f4ca520c832b5fd05ccc8141176.tar
android_bootable_recovery-397e8f2279621f4ca520c832b5fd05ccc8141176.tar.gz
android_bootable_recovery-397e8f2279621f4ca520c832b5fd05ccc8141176.tar.bz2
android_bootable_recovery-397e8f2279621f4ca520c832b5fd05ccc8141176.tar.lz
android_bootable_recovery-397e8f2279621f4ca520c832b5fd05ccc8141176.tar.xz
android_bootable_recovery-397e8f2279621f4ca520c832b5fd05ccc8141176.tar.zst
android_bootable_recovery-397e8f2279621f4ca520c832b5fd05ccc8141176.zip
Diffstat (limited to 'etc')
-rw-r--r--etc/init.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 0fc6c4c13..96c37b11c 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -22,6 +22,7 @@ on init
mkdir /data
mkdir /cache
mkdir /sideload
+ mkdir /mnt/system
mount tmpfs tmpfs /tmp
chown root shell /tmp
@@ -87,7 +88,7 @@ service charger /charger -r
service recovery /sbin/recovery
seclabel u:r:recovery:s0
-service adbd /sbin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery
+service adbd /system/bin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery
disabled
socket adbd stream 660 system system
seclabel u:r:adbd:s0