summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-04-28 18:52:14 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-28 18:52:14 +0200
commitcddf5dbf67c32aa877697a2b96f4c2f79849d3bb (patch)
tree78ab4e2c4138f54be8a2f112de0246b1dc0d8898 /updater/install.cpp
parentMerge "recovery: Revoke (most of) short options." (diff)
parentMerge "Merge libmounts into libotautil." (diff)
downloadandroid_bootable_recovery-cddf5dbf67c32aa877697a2b96f4c2f79849d3bb.tar
android_bootable_recovery-cddf5dbf67c32aa877697a2b96f4c2f79849d3bb.tar.gz
android_bootable_recovery-cddf5dbf67c32aa877697a2b96f4c2f79849d3bb.tar.bz2
android_bootable_recovery-cddf5dbf67c32aa877697a2b96f4c2f79849d3bb.tar.lz
android_bootable_recovery-cddf5dbf67c32aa877697a2b96f4c2f79849d3bb.tar.xz
android_bootable_recovery-cddf5dbf67c32aa877697a2b96f4c2f79849d3bb.tar.zst
android_bootable_recovery-cddf5dbf67c32aa877697a2b96f4c2f79849d3bb.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"