| Andreas Gampe | df5496a | 2017-03-21 19:36:48 -0700 | [diff] [blame] | 1 | # When /data is available, look for /system/asan.tar.gz and potentially extract. |
| 2 | on post-fs-data | ||||
| 3 | exec - system system -- /system/bin/asan_extract | ||||
| 4 | |||||
| 5 | on early-boot && property:asan.restore_reboot=1 | ||||
| 6 | powerctl reboot | ||||