diff options
author | Elliott Hughes <enh@google.com> | 2015-12-05 01:55:43 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-12-05 01:55:43 +0100 |
commit | 22d89ecb8abe77567544525a726f6ea7128b2467 (patch) | |
tree | f806ca96cf3d4fcb627bb283e1f56c279a51c9f4 /recovery.cpp | |
parent | Merge "Remove the building rules for applypatch_static." am: fc23a50cef (diff) | |
parent | Merge "Track rename from base/ to android-base/." (diff) | |
download | android_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.cpp | 4 |
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> |