summaryrefslogtreecommitdiffstats
path: root/default_recovery_ui.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-06-19 00:07:14 +0200
committerDoug Zongker <dougz@android.com>2009-06-19 00:07:14 +0200
commitb128f54d0daa749d301b99a6637f42aa35822a76 (patch)
tree889519250f40824c6df6ea197a8edee75cf95e10 /default_recovery_ui.c
parentam 47cace98: add file_getprop() to updater (diff)
downloadandroid_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar
android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.gz
android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.bz2
android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.lz
android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.xz
android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.zst
android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.zip
Diffstat (limited to '')
-rw-r--r--default_recovery_ui.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/default_recovery_ui.c b/default_recovery_ui.c
index 76fa43ea9..a2e4beafe 100644
--- a/default_recovery_ui.c
+++ b/default_recovery_ui.c
@@ -59,3 +59,7 @@ int device_handle_key(int key_code, int visible) {
int device_perform_action(int which) {
return which;
}
+
+int device_wipe_data() {
+ return 0;
+}