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-20 03:08:09 +0100
commit53e7a0628f4acc95481f556ba51800df4a1de37d (patch)
tree143a555184ff9e68c7ecf546554e8da6c4de8707 /install.h
parentMerge "applypatch: Add libimgpatch.pc" (diff)
downloadandroid_bootable_recovery-53e7a0628f4acc95481f556ba51800df4a1de37d.tar
android_bootable_recovery-53e7a0628f4acc95481f556ba51800df4a1de37d.tar.gz
android_bootable_recovery-53e7a0628f4acc95481f556ba51800df4a1de37d.tar.bz2
android_bootable_recovery-53e7a0628f4acc95481f556ba51800df4a1de37d.tar.lz
android_bootable_recovery-53e7a0628f4acc95481f556ba51800df4a1de37d.tar.xz
android_bootable_recovery-53e7a0628f4acc95481f556ba51800df4a1de37d.tar.zst
android_bootable_recovery-53e7a0628f4acc95481f556ba51800df4a1de37d.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.