commit | de07371b034c92458c6f21eb2a88988dbf1e8160 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sat Nov 11 01:09:47 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Nov 11 01:09:47 2017 +0000 |
tree | 52c1336bbc9b9859377e53b4debc8fb20ff18dd9 | |
parent | 29cd3215ecc0f24fa5cc14e38c65781d21d8ce75 [diff] | |
parent | 1e0941f4f63d5ee56ad42aa3aa47eb6a8a155077 [diff] |
Merge "applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch."
diff --git a/applypatch/bspatch.cpp b/applypatch/bspatch.cpp index e969374..912dbbd 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"