aboutsummaryrefslogtreecommitdiffstats
path: root/recovery_ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-07-29 17:08:50 -0700
committerDoug Zongker <dougz@android.com>2010-07-29 17:08:50 -0700
commitdc9e87c44bac4504aed26061736cbc6e439bec51 (patch)
treeb24fe3af97a3b6b8e979f7007dd3d4d83d2d562f /recovery_ui.h
parentb4277c25c639aa462a1d2f2d78f776443c670fb6 (diff)
downloadbootable_recovery-dc9e87c44bac4504aed26061736cbc6e439bec51.zip
bootable_recovery-dc9e87c44bac4504aed26061736cbc6e439bec51.tar.gz
bootable_recovery-dc9e87c44bac4504aed26061736cbc6e439bec51.tar.bz2
generalize "install from sdcard" to "install from external storage"
Allow sideloading of OTA packages from USB drives that appear as /dev/block/sda1. Change-Id: I1908576c24547cd0088475d8c8917699cd906868
Diffstat (limited to 'recovery_ui.h')
-rw-r--r--recovery_ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/recovery_ui.h b/recovery_ui.h
index e451bdf..77ce7f9 100644
--- a/recovery_ui.h
+++ b/recovery_ui.h
@@ -66,7 +66,8 @@ int device_wipe_data();
#define SELECT_ITEM -4
#define ITEM_REBOOT 0
-#define ITEM_APPLY_SDCARD 1
+#define ITEM_APPLY_EXT 1
+#define ITEM_APPLY_SDCARD 1 // historical synonym for ITEM_APPLY_EXT
#define ITEM_WIPE_DATA 2
#define ITEM_WIPE_CACHE 3