diff options
author | Tao Bao <tbao@google.com> | 2019-10-01 23:52:54 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-01 23:52:54 +0200 |
commit | abdf3b93b6e07ae54789c858475b1c7da7d906d2 (patch) | |
tree | dab464db716b2dbc813bfbe937e70135430b538f /updater/updater_runtime.cpp | |
parent | Merge "Remove libhidltransport deps" am: e2ca8ba293 am: 3746d95338 (diff) | |
parent | Merge changes I6c35d2e4,If16c3e19 am: c3f32b95e5 (diff) | |
download | android_bootable_recovery-abdf3b93b6e07ae54789c858475b1c7da7d906d2.tar android_bootable_recovery-abdf3b93b6e07ae54789c858475b1c7da7d906d2.tar.gz android_bootable_recovery-abdf3b93b6e07ae54789c858475b1c7da7d906d2.tar.bz2 android_bootable_recovery-abdf3b93b6e07ae54789c858475b1c7da7d906d2.tar.lz android_bootable_recovery-abdf3b93b6e07ae54789c858475b1c7da7d906d2.tar.xz android_bootable_recovery-abdf3b93b6e07ae54789c858475b1c7da7d906d2.tar.zst android_bootable_recovery-abdf3b93b6e07ae54789c858475b1c7da7d906d2.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, |