summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-17 21:21:52 +0100
committerYabin Cui <yabinc@google.com>2016-02-23 20:03:10 +0100
commit99281df8e2eb6a302ccbcfd790a6889392541264 (patch)
tree2126fe6de4564bea444d6514ef75a8d71769b1d4 /install.h
parentFix integer overflows in recovery procedure. am: 1273956e69 am: 5978a71d29 am: 877dcba47a am: f4ee1720f3 am: cae056f219 am: 682d691052 am: ae68f02272 (diff)
downloadandroid_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.gz
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.bz2
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.lz
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.xz
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.zst
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.zip
Diffstat (limited to 'install.h')
-rw-r--r--install.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.h b/install.h
index 680499db3..f92f061df 100644
--- a/install.h
+++ b/install.h
@@ -23,7 +23,7 @@
extern "C" {
#endif
-enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE };
+enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED };
// Install the package specified by root_path. If INSTALL_SUCCESS is
// returned and *wipe_cache is true on exit, caller should wipe the
// cache partition.