summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-01-04 22:19:11 +0100
committerTao Bao <tbao@google.com>2018-04-28 06:13:57 +0200
commit9a319f01f8768a1342c3f1c684f04c112a51f45c (patch)
tree78ab4e2c4138f54be8a2f112de0246b1dc0d8898 /updater/install.cpp
parentMerge "recovery: Revoke (most of) short options." (diff)
downloadandroid_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.gz
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.bz2
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.lz
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.xz
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.zst
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.zip
Diffstat (limited to 'updater/install.cpp')
-rw-r--r--updater/install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/install.cpp b/updater/install.cpp
index 6732ab897..5623c3379 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -57,10 +57,10 @@
#include <ziparchive/zip_archive.h>
#include "edify/expr.h"
-#include "mounts.h"
#include "otafault/ota_io.h"
#include "otautil/DirUtil.h"
#include "otautil/error_code.h"
+#include "otautil/mounts.h"
#include "otautil/print_sha1.h"
#include "updater/updater.h"