diff options
author | Nick Kralevich <nnk@google.com> | 2014-10-23 03:38:48 +0200 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2014-10-23 06:43:08 +0200 |
commit | a9ad0324d1e351b1ef460972a871bcb03051cd6a (patch) | |
tree | 0ec69c2bc716a91753d6b666b7a554b667bd4990 /device.h | |
parent | Include reason when wiping data. (diff) | |
download | android_bootable_recovery-a9ad0324d1e351b1ef460972a871bcb03051cd6a.tar android_bootable_recovery-a9ad0324d1e351b1ef460972a871bcb03051cd6a.tar.gz android_bootable_recovery-a9ad0324d1e351b1ef460972a871bcb03051cd6a.tar.bz2 android_bootable_recovery-a9ad0324d1e351b1ef460972a871bcb03051cd6a.tar.lz android_bootable_recovery-a9ad0324d1e351b1ef460972a871bcb03051cd6a.tar.xz android_bootable_recovery-a9ad0324d1e351b1ef460972a871bcb03051cd6a.tar.zst android_bootable_recovery-a9ad0324d1e351b1ef460972a871bcb03051cd6a.zip |
Diffstat (limited to '')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ class Device { enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT, APPLY_CACHE, // APPLY_CACHE is deprecated; has no effect APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE, - REBOOT_BOOTLOADER, SHUTDOWN }; + REBOOT_BOOTLOADER, SHUTDOWN, READ_RECOVERY_LASTLOG }; // Perform a recovery action selected from the menu. // 'menu_position' will be the item number of the selected menu |