summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-05 01:55:43 +0100
committerandroid-build-merger <android-build-merger@google.com>2015-12-05 01:55:43 +0100
commit22d89ecb8abe77567544525a726f6ea7128b2467 (patch)
treef806ca96cf3d4fcb627bb283e1f56c279a51c9f4 /recovery.cpp
parentMerge "Remove the building rules for applypatch_static." am: fc23a50cef (diff)
parentMerge "Track rename from base/ to android-base/." (diff)
downloadandroid_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar
android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.gz
android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.bz2
android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.lz
android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.xz
android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.tar.zst
android_bootable_recovery-22d89ecb8abe77567544525a726f6ea7128b2467.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 55334db32..3b388bc1d 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -34,8 +34,8 @@
#include <chrono>
#include <adb.h>
-#include <base/file.h>
-#include <base/stringprintf.h>
+#include <android-base/file.h>
+#include <android-base/stringprintf.h>
#include <cutils/android_reboot.h>
#include <cutils/properties.h>