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 /updater | |
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 'updater')
-rw-r--r-- | updater/blockimg.cpp | 4 | ||||
-rw-r--r-- | updater/install.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp index dd6cf0d96..a9d8cc68c 100644 --- a/updater/blockimg.cpp +++ b/updater/blockimg.cpp @@ -37,8 +37,8 @@ #include <string> #include <vector> -#include <base/parseint.h> -#include <base/strings.h> +#include <android-base/parseint.h> +#include <android-base/strings.h> #include "applypatch/applypatch.h" #include "edify/expr.h" diff --git a/updater/install.cpp b/updater/install.cpp index 97e390560..e2b3db7ce 100644 --- a/updater/install.cpp +++ b/updater/install.cpp @@ -34,9 +34,9 @@ #include <linux/xattr.h> #include <inttypes.h> -#include <base/parseint.h> -#include <base/strings.h> -#include <base/stringprintf.h> +#include <android-base/parseint.h> +#include <android-base/strings.h> +#include <android-base/stringprintf.h> #include "bootloader.h" #include "applypatch/applypatch.h" |