summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-05 01:55:43 +0100
committerandroid-build-merger <android-build-merger@google.com>2015-12-05 01:55:43 +0100
commit22d89ecb8abe77567544525a726f6ea7128b2467 (patch)
treef806ca96cf3d4fcb627bb283e1f56c279a51c9f4 /updater/install.cpp
parentMerge "Remove the building rules for applypatch_static." am: fc23a50cef (diff)
parentMerge "Track rename from base/ to android-base/." (diff)
downloadandroid_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 '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"