You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
322 B
8 lines
322 B
# This file is the userdebug LOCAL_INIT_RC file for the bootstat command.
|
|
|
|
# FOR TESTING
|
|
# For devices w/o bootloader boot reason reported, mirror test boot reason
|
|
# to bootloader boot reason to allow test to inject reasons
|
|
on property:persist.test.boot.reason=*
|
|
setprop ro.boot.bootreason ${persist.test.boot.reason}
|