summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-11-10 10:54:11 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-10 10:54:11 +0100
commit29cd3215ecc0f24fa5cc14e38c65781d21d8ce75 (patch)
tree198bd05cab29d55f3ae93fccfded4559bd361746
parentMerge "uncrypt: Move to Soong." (diff)
parentInclude bspatch.h from bsdiff/ (diff)
downloadandroid_bootable_recovery-29cd3215ecc0f24fa5cc14e38c65781d21d8ce75.tar
android_bootable_recovery-29cd3215ecc0f24fa5cc14e38c65781d21d8ce75.tar.gz
android_bootable_recovery-29cd3215ecc0f24fa5cc14e38c65781d21d8ce75.tar.bz2
android_bootable_recovery-29cd3215ecc0f24fa5cc14e38c65781d21d8ce75.tar.lz
android_bootable_recovery-29cd3215ecc0f24fa5cc14e38c65781d21d8ce75.tar.xz
android_bootable_recovery-29cd3215ecc0f24fa5cc14e38c65781d21d8ce75.tar.zst
android_bootable_recovery-29cd3215ecc0f24fa5cc14e38c65781d21d8ce75.zip
-rw-r--r--applypatch/bspatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/bspatch.cpp b/applypatch/bspatch.cpp
index c291464a8..db2ce0896 100644
--- a/applypatch/bspatch.cpp
+++ b/applypatch/bspatch.cpp
@@ -26,7 +26,7 @@
#include <string>
#include <android-base/logging.h>
-#include <bspatch.h>
+#include <bsdiff/bspatch.h>
#include <openssl/sha.h>
#include "applypatch/applypatch.h"