From d4ca7f0fca235c273cc6968c762e2e1e536eefe0 Mon Sep 17 00:00:00 2001 From: Tom Marshall Date: Wed, 2 Dec 2015 15:09:20 -0800 Subject: recovery: Assimilate minivold Reduces recovery footprint by ~306kb. Change-Id: Ibc2d791b6dbf7e125cd95f753d0b4e46fca1e827 --- recovery_cmds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recovery_cmds.h') diff --git a/recovery_cmds.h b/recovery_cmds.h index 09a92d9..8fc4d3e 100644 --- a/recovery_cmds.h +++ b/recovery_cmds.h @@ -20,6 +20,7 @@ #include #include +int vold_main(int argc, char **argv); int minizip_main(int argc, char **argv); int miniunz_main(int argc, char **argv); int make_ext4fs_main(int argc, char **argv); @@ -41,6 +42,7 @@ struct recovery_cmd { }; static const struct recovery_cmd recovery_cmds[] = { + { "minivold", vold_main }, { "minizip", minizip_main }, { "make_ext4fs", make_ext4fs_main }, { "reboot", reboot_main }, -- cgit v1.1