diff options
author | Elliott Hughes <enh@google.com> | 2015-12-05 00:33:59 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-12-05 00:33:59 +0100 |
commit | 06ca938ce22681455bf75f0b6282b776814df30e (patch) | |
tree | a7fd37681876afa17e01a04cc08a5c50741f3828 /updater/blockimg.cpp | |
parent | Merge "Remove the building rules for applypatch_static." (diff) | |
parent | Track rename from base/ to android-base/. (diff) | |
download | android_bootable_recovery-06ca938ce22681455bf75f0b6282b776814df30e.tar android_bootable_recovery-06ca938ce22681455bf75f0b6282b776814df30e.tar.gz android_bootable_recovery-06ca938ce22681455bf75f0b6282b776814df30e.tar.bz2 android_bootable_recovery-06ca938ce22681455bf75f0b6282b776814df30e.tar.lz android_bootable_recovery-06ca938ce22681455bf75f0b6282b776814df30e.tar.xz android_bootable_recovery-06ca938ce22681455bf75f0b6282b776814df30e.tar.zst android_bootable_recovery-06ca938ce22681455bf75f0b6282b776814df30e.zip |
Diffstat (limited to 'updater/blockimg.cpp')
-rw-r--r-- | updater/blockimg.cpp | 4 |
1 files changed, 2 insertions, 2 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" |