summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-22 23:53:52 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-22 23:53:52 +0100
commit16d0a185142cff938d94f668e97cb95b4e742199 (patch)
treebdf9bc64c890ad9af81aa5019b89cca00f2c60aa /install.h
parentMerge "Fix minui cleanup path on error." (diff)
parentrecovery: check battery level before installing package. (diff)
downloadandroid_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar
android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.gz
android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.bz2
android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.lz
android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.xz
android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.zst
android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.zip
Diffstat (limited to '')
-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.