diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-10-27 01:26:03 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-10-27 01:26:04 +0200 |
commit | 46fb0a6a6f462ddfb9c19528979cf456ddd6a774 (patch) | |
tree | 2df23be127c0e92bf1e1be19dada2dd2e4182479 /install.h | |
parent | Merge "Skip update-on-boot for bootreason in blacklist" (diff) | |
parent | Some cleanups to recovery. (diff) | |
download | android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.gz android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.bz2 android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.lz android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.xz android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.zst android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.zip |
Diffstat (limited to '')
-rw-r--r-- | install.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -20,10 +20,9 @@ #include <string> #include <ziparchive/zip_archive.h> -#include "common.h" - enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED, INSTALL_RETRY }; + // 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. |