1# This file is the userdebug LOCAL_INIT_RC file for the bootstat command.
2
3# FOR TESTING
4# For devices w/o bootloader boot reason reported, mirror test boot reason
5# to bootloader boot reason to allow test to inject reasons
6on property:persist.test.boot.reason=*
7    setprop ro.boot.bootreason ${persist.test.boot.reason}
8