diff options
author | Tao Bao <tbao@google.com> | 2019-10-01 23:45:47 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-01 23:45:47 +0200 |
commit | be4305fcd100ad70ae6b163deeca161d09292a14 (patch) | |
tree | dab464db716b2dbc813bfbe937e70135430b538f /updater/updater_runtime.cpp | |
parent | Merge "Remove libhidltransport deps" am: e2ca8ba293 (diff) | |
parent | Merge changes I6c35d2e4,If16c3e19 (diff) | |
download | android_bootable_recovery-be4305fcd100ad70ae6b163deeca161d09292a14.tar android_bootable_recovery-be4305fcd100ad70ae6b163deeca161d09292a14.tar.gz android_bootable_recovery-be4305fcd100ad70ae6b163deeca161d09292a14.tar.bz2 android_bootable_recovery-be4305fcd100ad70ae6b163deeca161d09292a14.tar.lz android_bootable_recovery-be4305fcd100ad70ae6b163deeca161d09292a14.tar.xz android_bootable_recovery-be4305fcd100ad70ae6b163deeca161d09292a14.tar.zst android_bootable_recovery-be4305fcd100ad70ae6b163deeca161d09292a14.zip |
Diffstat (limited to 'updater/updater_runtime.cpp')
-rw-r--r-- | updater/updater_runtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/updater_runtime.cpp b/updater/updater_runtime.cpp index 761f99975..c4222a56e 100644 --- a/updater/updater_runtime.cpp +++ b/updater/updater_runtime.cpp @@ -31,7 +31,7 @@ #include <selinux/label.h> #include <tune2fs.h> -#include "otautil/mounts.h" +#include "mounts.h" #include "otautil/sysutil.h" std::string UpdaterRuntime::GetProperty(const std::string_view key, |