summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-05 00:33:59 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-12-05 00:33:59 +0100
commit06ca938ce22681455bf75f0b6282b776814df30e (patch)
treea7fd37681876afa17e01a04cc08a5c50741f3828 /updater/install.cpp
parentMerge "Remove the building rules for applypatch_static." (diff)
parentTrack rename from base/ to android-base/. (diff)
downloadandroid_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/install.cpp')
-rw-r--r--updater/install.cpp6
1 files changed, 3 insertions, 3 deletions
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"