summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-23 00:05:26 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-02-23 00:05:26 +0100
commitd1b66ad6a117188751b1342d77edb9756a00ae87 (patch)
tree3ce458e22c7d7c32c44b5fe85bbe4a891f53d167 /install.h
parentMerge "Fix minui cleanup path on error." (diff)
parentMerge "recovery: check battery level before installing package." (diff)
downloadandroid_bootable_recovery-d1b66ad6a117188751b1342d77edb9756a00ae87.tar
android_bootable_recovery-d1b66ad6a117188751b1342d77edb9756a00ae87.tar.gz
android_bootable_recovery-d1b66ad6a117188751b1342d77edb9756a00ae87.tar.bz2
android_bootable_recovery-d1b66ad6a117188751b1342d77edb9756a00ae87.tar.lz
android_bootable_recovery-d1b66ad6a117188751b1342d77edb9756a00ae87.tar.xz
android_bootable_recovery-d1b66ad6a117188751b1342d77edb9756a00ae87.tar.zst
android_bootable_recovery-d1b66ad6a117188751b1342d77edb9756a00ae87.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.