summaryrefslogtreecommitdiffstats
path: root/tests/component/applypatch_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-11 19:19:13 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-11 19:19:13 +0200
commit684f239b4b33d51b131e9f353d7b8f15744f2043 (patch)
tree6bbf2b6051bdc1688c0400f86fb662a2d970013d /tests/component/applypatch_test.cpp
parentMerge "otautil: Fix mac build." am: eb8a064066 (diff)
parentMerge "Move rangeset.h and print_sha1.h into otautil." (diff)
downloadandroid_bootable_recovery-684f239b4b33d51b131e9f353d7b8f15744f2043.tar
android_bootable_recovery-684f239b4b33d51b131e9f353d7b8f15744f2043.tar.gz
android_bootable_recovery-684f239b4b33d51b131e9f353d7b8f15744f2043.tar.bz2
android_bootable_recovery-684f239b4b33d51b131e9f353d7b8f15744f2043.tar.lz
android_bootable_recovery-684f239b4b33d51b131e9f353d7b8f15744f2043.tar.xz
android_bootable_recovery-684f239b4b33d51b131e9f353d7b8f15744f2043.tar.zst
android_bootable_recovery-684f239b4b33d51b131e9f353d7b8f15744f2043.zip
Diffstat (limited to 'tests/component/applypatch_test.cpp')
-rw-r--r--tests/component/applypatch_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/applypatch_test.cpp b/tests/component/applypatch_test.cpp
index 42542898b..15ec08fe7 100644
--- a/tests/component/applypatch_test.cpp
+++ b/tests/component/applypatch_test.cpp
@@ -35,7 +35,7 @@
#include "applypatch/applypatch.h"
#include "applypatch/applypatch_modes.h"
#include "common/test_constants.h"
-#include "print_sha1.h"
+#include "otautil/print_sha1.h"
static void sha1sum(const std::string& fname, std::string* sha1, size_t* fsize = nullptr) {
ASSERT_NE(nullptr, sha1);