Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac692148 authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Fix typo in userspace-reboot-requested trigger

It should userspace-reboot-requested, not userspace-reboot

Test: adb reboot userspace
Bug: 135984674
Change-Id: I1e844b7705eb70ee3702a1dc0432644592666364
parent 94f476b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -919,7 +919,7 @@ on property:ro.debuggable=1
on init && property:ro.debuggable=1
    start console

on userspace-reboot
on userspace-reboot-requested
  # TODO(b/135984674): reset all necessary properties here.
  setprop sys.init.userspace_reboot_in_progress 1
  setprop sys.boot_completed 0