summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-05 00:30:20 +0100
committerElliott Hughes <enh@google.com>2015-12-05 00:30:20 +0100
commit4b166f0e69d46858ff998414da2a01e0266fa339 (patch)
treea7fd37681876afa17e01a04cc08a5c50741f3828 /applypatch
parentMerge "Remove the building rules for applypatch_static." (diff)
downloadandroid_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.gz
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.bz2
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.lz
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.xz
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.tar.zst
android_bootable_recovery-4b166f0e69d46858ff998414da2a01e0266fa339.zip
Diffstat (limited to 'applypatch')
-rw-r--r--applypatch/applypatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/applypatch.cpp b/applypatch/applypatch.cpp
index 1767761a8..f9425af93 100644
--- a/applypatch/applypatch.cpp
+++ b/applypatch/applypatch.cpp
@@ -25,7 +25,7 @@
#include <sys/types.h>
#include <unistd.h>
-#include <base/strings.h>
+#include <android-base/strings.h>
#include "mincrypt/sha.h"
#include "applypatch.h"