summaryrefslogtreecommitdiffstats
path: root/recovery-persist.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-10-02 23:24:27 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-10-02 23:24:27 +0200
commitdc717a5c2bc1ac096848d4624ad5f3f73f4849cb (patch)
treeda34c5f388501e89174ccaaee83e9c36ede83e23 /recovery-persist.cpp
parentMerge "otautil: Drop a few unneeded includes." (diff)
parentMerge "otautil: Factor out the utils that're private to recovery." (diff)
downloadandroid_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.gz
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.bz2
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.lz
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.xz
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.zst
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.zip
Diffstat (limited to '')
-rw-r--r--recovery-persist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/recovery-persist.cpp b/recovery-persist.cpp
index 294017a12..6dbf86253 100644
--- a/recovery-persist.cpp
+++ b/recovery-persist.cpp
@@ -43,8 +43,8 @@
#include <metricslogger/metrics_logger.h>
#include <private/android_logger.h> /* private pmsg functions */
-#include "otautil/logging.h"
-#include "otautil/parse_install_logs.h"
+#include "recovery_utils/logging.h"
+#include "recovery_utils/parse_install_logs.h"
constexpr const char* LAST_LOG_FILE = "/data/misc/recovery/last_log";
constexpr const char* LAST_PMSG_FILE = "/sys/fs/pstore/pmsg-ramoops-0";