platform_bootable_recovery/bootloader_message/misctrl.rc
Steven Moreland 1dba6a8129 intro misctrl
Generic binary for managing the /misc partition.

This CL only uses it to do a basic health check for the /misc
partition, but the idea is this is a single place that can manage
misc partition operations for the Android platform, rather than
having to write a new tool each time.

Bug: 317262681
Test: boot, check bugreport
Change-Id: I29a4189e2e9aee57cf66520207297d39d666f7a4
2024-02-16 22:35:22 +00:00

4 lines
105 B
Text

service misctrl /system/bin/misctrl
user root # for misc partition access
class core
oneshot