summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorJacky Liu <qsliu@google.com>2021-12-24 16:02:42 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-12-24 16:02:42 +0100
commit2c48bd472b1256f7b2cba91fdd82d246f37d9a36 (patch)
tree6c8839f83a5c09d82da619884868c7b07b41fbbd /recovery.cpp
parentSuppression of socket connect from minadbd (CL 2/2) am: 1b3dcb8549 (diff)
parentMerge "Move package verifier from libinstall to libotautil" am: 86df64785a am: 31f842f1e6 (diff)
downloadandroid_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar
android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.gz
android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.bz2
android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.lz
android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.xz
android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.zst
android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 36924fbdf..641fe4788 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -48,12 +48,12 @@
#include "install/adb_install.h"
#include "install/fuse_install.h"
#include "install/install.h"
-#include "install/package.h"
#include "install/snapshot_utils.h"
#include "install/wipe_data.h"
#include "install/wipe_device.h"
#include "otautil/boot_state.h"
#include "otautil/error_code.h"
+#include "otautil/package.h"
#include "otautil/paths.h"
#include "otautil/sysutil.h"
#include "recovery_ui/screen_ui.h"