diff options
author | Tao Bao <tbao@google.com> | 2019-10-01 23:18:42 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-10-01 23:18:42 +0200 |
commit | c3f32b95e5a377ee35583df9a698650078a46892 (patch) | |
tree | dab464db716b2dbc813bfbe937e70135430b538f /updater/install.cpp | |
parent | Merge "Remove libhidltransport deps" (diff) | |
parent | Move mounts.cpp from libotautil into libupdater. (diff) | |
download | android_bootable_recovery-c3f32b95e5a377ee35583df9a698650078a46892.tar android_bootable_recovery-c3f32b95e5a377ee35583df9a698650078a46892.tar.gz android_bootable_recovery-c3f32b95e5a377ee35583df9a698650078a46892.tar.bz2 android_bootable_recovery-c3f32b95e5a377ee35583df9a698650078a46892.tar.lz android_bootable_recovery-c3f32b95e5a377ee35583df9a698650078a46892.tar.xz android_bootable_recovery-c3f32b95e5a377ee35583df9a698650078a46892.tar.zst android_bootable_recovery-c3f32b95e5a377ee35583df9a698650078a46892.zip |
Diffstat (limited to 'updater/install.cpp')
-rw-r--r-- | updater/install.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/install.cpp b/updater/install.cpp index b617f62c1..62ff87e76 100644 --- a/updater/install.cpp +++ b/updater/install.cpp @@ -60,7 +60,6 @@ #include "edify/updater_runtime_interface.h" #include "otautil/dirutil.h" #include "otautil/error_code.h" -#include "otautil/mounts.h" #include "otautil/print_sha1.h" #include "otautil/sysutil.h" |