diff options
author | Alex Deymo <deymo@google.com> | 2017-11-10 10:54:11 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-10 10:54:11 +0100 |
commit | 29cd3215ecc0f24fa5cc14e38c65781d21d8ce75 (patch) | |
tree | 198bd05cab29d55f3ae93fccfded4559bd361746 /applypatch | |
parent | Merge "uncrypt: Move to Soong." (diff) | |
parent | Include bspatch.h from bsdiff/ (diff) | |
download | android_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 |
Diffstat (limited to 'applypatch')
-rw-r--r-- | applypatch/bspatch.cpp | 2 |
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" |