summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-17 18:04:13 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-17 18:04:13 +0200
commitf63dbde3ef1e82835ea7b7aee716fee7d5020aba (patch)
tree866a87dc9550f1406ee8e3de17b508fafb6f8364 /applypatch
parentMerge "Fix owner email address." (diff)
parentMerge "otautil: Move RangeSet implementation into rangeset.cpp." (diff)
downloadandroid_bootable_recovery-f63dbde3ef1e82835ea7b7aee716fee7d5020aba.tar
android_bootable_recovery-f63dbde3ef1e82835ea7b7aee716fee7d5020aba.tar.gz
android_bootable_recovery-f63dbde3ef1e82835ea7b7aee716fee7d5020aba.tar.bz2
android_bootable_recovery-f63dbde3ef1e82835ea7b7aee716fee7d5020aba.tar.lz
android_bootable_recovery-f63dbde3ef1e82835ea7b7aee716fee7d5020aba.tar.xz
android_bootable_recovery-f63dbde3ef1e82835ea7b7aee716fee7d5020aba.tar.zst
android_bootable_recovery-f63dbde3ef1e82835ea7b7aee716fee7d5020aba.zip
Diffstat (limited to 'applypatch')
-rw-r--r--applypatch/Android.bp1
-rw-r--r--applypatch/imgdiff.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/applypatch/Android.bp b/applypatch/Android.bp
index db307df28..922f67abf 100644
--- a/applypatch/Android.bp
+++ b/applypatch/Android.bp
@@ -150,6 +150,7 @@ cc_binary_host {
static_libs: [
"libimgdiff",
+ "libotautil",
"libbsdiff",
"libdivsufsort",
"libdivsufsort64",
diff --git a/applypatch/imgdiff.cpp b/applypatch/imgdiff.cpp
index 3a61a7d0d..69ad75f37 100644
--- a/applypatch/imgdiff.cpp
+++ b/applypatch/imgdiff.cpp
@@ -160,6 +160,8 @@
#include <android-base/logging.h>
#include <android-base/memory.h>
#include <android-base/parseint.h>
+#include <android-base/stringprintf.h>
+#include <android-base/strings.h>
#include <android-base/unique_fd.h>
#include <bsdiff.h>
#include <ziparchive/zip_archive.h>