diff options
author | Elliott Hughes <enh@google.com> | 2015-12-05 00:43:39 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-12-05 00:43:39 +0100 |
commit | ff4c2c07e899ab049c7499f2818cd8a45e0213d3 (patch) | |
tree | a7fd37681876afa17e01a04cc08a5c50741f3828 /recovery.cpp | |
parent | Merge "Remove the building rules for applypatch_static." (diff) | |
parent | Merge "Track rename from base/ to android-base/." (diff) | |
download | android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.gz android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.bz2 android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.lz android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.xz android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.zst android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.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 aaca3e0fb..dace52f98 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> |