diff options
author | Tao Bao <tbao@google.com> | 2017-09-28 21:29:11 -0700 |
---|---|---|
committer | Tao Bao <tbao@google.com> | 2017-09-29 10:29:53 -0700 |
commit | d33b2f86b79573ccf73fd211d0813b2663fafd38 (patch) | |
tree | f9b6b7add754bf4548a17aaf1923f886c5e65b47 /applypatch/applypatch.cpp | |
parent | 50f5a54a1e2d8e2b2420853d34ec5dae1268e11e (diff) |
otafault: Move headers under otafault/.
Test: mmma bootable/recovery
Change-Id: I3ceb72f703c7c2857d656c137d71baa1fccd8238
Diffstat (limited to 'applypatch/applypatch.cpp')
-rw-r--r-- | applypatch/applypatch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/applypatch.cpp b/applypatch/applypatch.cpp index 51bf3932..729d2a91 100644 --- a/applypatch/applypatch.cpp +++ b/applypatch/applypatch.cpp @@ -39,7 +39,7 @@ #include <openssl/sha.h> #include "edify/expr.h" -#include "ota_io.h" +#include "otafault/ota_io.h" #include "print_sha1.h" static int LoadPartitionContents(const std::string& filename, FileContents* file); |