summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-27 01:37:01 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-27 01:37:01 +0200
commit05c68a8775978688ea1e4f74a2f9c932acc90f2f (patch)
treedb1522b7b3f6cf8069b93955c0db7c7e88601015 /install.h
parentMerge "Skip update-on-boot for bootreason in blacklist" am: ebc141dff2 (diff)
parentMerge "Some cleanups to recovery." (diff)
downloadandroid_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.gz
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.bz2
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.lz
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.xz
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.zst
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.zip
Diffstat (limited to 'install.h')
-rw-r--r--install.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/install.h b/install.h
index 7f66a51ca..1ec01e817 100644
--- a/install.h
+++ b/install.h
@@ -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.